From 7b6be068b6ba658e9175c3ba09ac075e1362e763 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 25 Oct 2022 17:14:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BE=AE=E4=BF=A1=E7=AB=8B=E5=87=8F?= =?UTF-8?q?=E9=87=91=20=E9=92=89=E9=92=89=E7=8E=AF=E5=A2=83=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/myOrder.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coupon/myOrder.html b/coupon/myOrder.html index 7004708..4fa1f83 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -340,8 +340,7 @@ if (res.goods.channel == 2) { if (ua.indexOf("dingtalk") > -1) { //在钉钉内置环境打开,不能唤起微信小程序 - this.href = res.wechat_redirect_url - this.popFunction({ title: '温馨提示', text: `请在其他浏览器打开链接`, status: 2, b_text: '点击复制', show: true }) + window.location.href = res.wechat_redirect_url } else { //唤起微信福利官小程序 window.location.replace(res.wechat_redirect_url);