@@ -269,7 +269,7 @@
uni.hideLoading()
if (res.status == 200) {
this.couponList = res.data
- this.checkedCoupon = this.findCouponMax()
+ this.checkedCoupon = res.data.length ? this.findCouponMax() : null
// 计算合计
this.getFinalAmount()
} else {