alert
This commit is contained in:
parent
e5a7fa35c0
commit
801dc7bdc4
|
@ -566,6 +566,7 @@
|
|||
} 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",
|
||||
|
|
|
@ -262,6 +262,7 @@
|
|||
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",
|
||||
|
|
|
@ -266,6 +266,7 @@
|
|||
// 第二步:其它环境 微信小程序
|
||||
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",
|
||||
|
|
|
@ -517,6 +517,7 @@
|
|||
/* 小程序 */
|
||||
// 邮储-唤起微信小程序
|
||||
let ua = navigator.userAgent; //判断用户打开链接环境
|
||||
alert(ua, 4)
|
||||
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
|
||||
Fw.device.api.openWXMiniProgram({
|
||||
programID: "gh_07fecf7a6d31",
|
||||
|
|
Loading…
Reference in New Issue