Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/mobileclient into couponV2.0

This commit is contained in:
wangsongsole 2022-10-13 16:05:56 +08:00
commit 7fe284e06d
1 changed files with 2 additions and 2 deletions

View File

@ -290,10 +290,10 @@
toLinkAliPay (res) { toLinkAliPay (res) {
let banklink = encodeURIComponent( let banklink = encodeURIComponent(
window.location.origin + window.location.origin +
"/alipay.html?orderNumber=" + res.order_number "/alipay.html?orderNumber=" + res.alipay_order_number
); );
let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink; let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink;
window.location.replace(link); window.location.href=link;
}, },
//领取立减金 //领取立减金