alert
This commit is contained in:
parent
bd9440c197
commit
1f51467d7e
|
@ -259,6 +259,7 @@
|
|||
if (self.plaflam == 2) {
|
||||
// 邮储-唤起微信小程序
|
||||
let ua = navigator.userAgent; //判断用户打开链接环境
|
||||
alert(ua)
|
||||
if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
|
||||
this.loading = false;
|
||||
return Fw.device.api.openWXMiniProgram({
|
||||
|
|
Loading…
Reference in New Issue