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