@@ -270,12 +270,12 @@
if (res.status == 200) {
this.couponList = res.data
this.checkedCoupon = res.data.length ? this.findCouponMax() : null
- // 计算合计
- this.getFinalAmount()
} else {
this.couponList = []
this.checkedCoupon = null
}
+ // 计算合计
+ this.getFinalAmount()
})
},
// 查找优惠卷中优惠金额最大得