This commit is contained in:
lf 2024-07-24 15:52:08 +08:00
parent 801dc7bdc4
commit 69f582ae11
6 changed files with 1 additions and 7 deletions

View File

@ -550,7 +550,6 @@
} else {
/* 小程序 */
let ua = navigator.userAgent; //判断用户打开链接环境
alert(ua, 2)
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
Fw.device.api.openWXMiniProgram({
programID: "gh_07fecf7a6d31",

View File

@ -566,7 +566,6 @@
} else {
/* 小程序 */
let ua = navigator.userAgent; //判断用户打开链接环境
alert(ua, 6)
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
Fw.device.api.openWXMiniProgram({
programID: "gh_07fecf7a6d31",

View File

@ -262,7 +262,6 @@
self.toLinkAlipay();
}
if (self.plaflam == 2) {
alert(ua, 5)
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
return Fw.device.api.openWXMiniProgram({
programID: "gh_07fecf7a6d31",

View File

@ -259,9 +259,8 @@
if (self.plaflam == 2) {
// 邮储-唤起微信小程序
let ua = navigator.userAgent; //判断用户打开链接环境
alert(ua,1)
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
// this.loading = false;
this.loading = false;
return Fw.device.api.openWXMiniProgram({
programID: "gh_07fecf7a6d31",
path: "pages/index/index",

View File

@ -266,7 +266,6 @@
// 第二步:其它环境 微信小程序
this.loading = false;
let ua = navigator.userAgent; //判断用户打开链接环境
alert(ua, 3)
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
Fw.device.api.openWXMiniProgram({
programID: "gh_07fecf7a6d31",

View File

@ -517,7 +517,6 @@
/* 小程序 */
// 邮储-唤起微信小程序
let ua = navigator.userAgent; //判断用户打开链接环境
alert(ua, 4)
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
Fw.device.api.openWXMiniProgram({
programID: "gh_07fecf7a6d31",