@@ -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
},
// 下一步
nextStep() {