Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/mobileclient into couponV2.0
This commit is contained in:
commit
7fe284e06d
|
@ -290,10 +290,10 @@
|
|||
toLinkAliPay (res) {
|
||||
let banklink = encodeURIComponent(
|
||||
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;
|
||||
window.location.replace(link);
|
||||
window.location.href=link;
|
||||
},
|
||||
|
||||
//领取立减金
|
||||
|
|
Loading…
Reference in New Issue