fix:修复订单列表跳转支付宝领取时,返回按钮,页面出现空白
This commit is contained in:
parent
81103f4320
commit
31b2d94c10
|
@ -294,7 +294,7 @@
|
|||
"/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