From e583925e8ddc7865c50c62d79e14190ea4157d90 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 16 Nov 2022 16:47:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=AB=8B=E5=87=8F=E9=87=91?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E7=81=AB=E7=8B=90=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=94=A4=E8=B5=B7=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reduce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reduce.html b/reduce.html index 0a61884..2667f1d 100644 --- a/reduce.html +++ b/reduce.html @@ -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;