This commit is contained in:
lf 2024-07-24 15:38:13 +08:00
parent bd9440c197
commit 1f51467d7e
1 changed files with 1 additions and 0 deletions

View File

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