From f45e6a11a51b62ac22a5738718dafd7e2e5b28de Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 14 Oct 2022 09:41:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=AB=8B=E5=87=8F=E9=87=91=E9=A2=86=E5=8F=96=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/myOrder.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coupon/myOrder.html b/coupon/myOrder.html index eacf0c7..d3b1d84 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -315,7 +315,8 @@ if (res.goods.entity.channel == 2) { if (ua.indexOf("dingtalk") > -1) { //在钉钉内置环境打开,不能唤起微信小程序 - this.toLinkAliPay(res); + this.href = res.redirect_url + this.popFunction({ title: '温馨提示', text: `请在其他浏览器打开链接`, status: 2, b_text: '点击复制', show: true }) } else { //唤起微信福利官小程序 window.location.replace(res.redirect_url);