diff --git a/coupon/myOrder.html b/coupon/myOrder.html index 69576ac..2c4de71 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -5,13 +5,14 @@ - 我的订单 + 订单 - + + @@ -24,9 +25,9 @@ - +
+ @touchcancel="touchEnd($event)">
@@ -151,6 +152,7 @@ touchEnd () { if (this.loadShowHeight >= 60) { + console.log(1); this.getOrderList() } else { this.loadShowHeight = 0 @@ -289,7 +291,7 @@ toLinkAliPay (res) { let banklink = encodeURIComponent( window.location.origin + - "/alipay.html?orderNumber=" + res.orderNumber + "/alipay.html?orderNumber=" + res.order_number ); let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink; window.location.replace(link);