fix:修复订单立减金领取逻辑错误
This commit is contained in:
parent
fb8b04f1a4
commit
f45e6a11a5
|
@ -315,7 +315,8 @@
|
||||||
if (res.goods.entity.channel == 2) {
|
if (res.goods.entity.channel == 2) {
|
||||||
if (ua.indexOf("dingtalk") > -1) {
|
if (ua.indexOf("dingtalk") > -1) {
|
||||||
//在钉钉内置环境打开,不能唤起微信小程序
|
//在钉钉内置环境打开,不能唤起微信小程序
|
||||||
this.toLinkAliPay(res);
|
this.href = res.redirect_url
|
||||||
|
this.popFunction({ title: '温馨提示', text: `请在其他浏览器打开链接`, status: 2, b_text: '点击复制', show: true })
|
||||||
} else {
|
} else {
|
||||||
//唤起微信福利官小程序
|
//唤起微信福利官小程序
|
||||||
window.location.replace(res.redirect_url);
|
window.location.replace(res.redirect_url);
|
||||||
|
|
Loading…
Reference in New Issue