lilei 4 år sedan
förälder
incheckning
d85bc872cf
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      pages/getOrder/getOrder.vue

+ 2 - 2
pages/getOrder/getOrder.vue

@@ -265,7 +265,7 @@
 						this.itemList = res.data
 						this.serverIndex = 0
 						// 获取用户可用优惠券
-						// this.getCouponList()
+						this.getCouponList()
 					} else {
 						this.itemList = []
 					}
@@ -275,7 +275,7 @@
 			chooseItem(index) {
 				this.serverIndex = index
 				// 获取用户可用优惠券
-				// this.getCouponList()
+				this.getCouponList()
 			},
 			// 下一步
 			nextStep() {