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);