fix:立减金领取火狐浏览器无法唤起支付宝,增加提示

This commit is contained in:
Apple 2022-11-16 16:47:37 +08:00
parent 52fc033ce0
commit e583925e8d
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@
);
let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink;
let ua = navigator.userAgent.toLowerCase(); //判断用户打开链接环境
if (ua.match(/MicroMessenger/i) == "micromessenger") {
if (ua.indexOf("micromessenger") > -1 || ua.indexOf("baiduboxapp") > -1 || ua.indexOf("firefox") > -1) {
//复制链接地址,提醒去浏览器打开
this.copyLink = link;
this.copyshow = true;