diff --git a/coupon/myOrder.html b/coupon/myOrder.html index 3c3c02c..df8b308 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -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; }, //领取立减金