fix:修复订单立减金领取逻辑错误

This commit is contained in:
wangsongsole 2022-10-14 09:41:15 +08:00
parent fb8b04f1a4
commit f45e6a11a5
1 changed files with 2 additions and 1 deletions

View File

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