【修复】修复后台开启【显示优惠券按钮】控件,但是下单无优惠券选项的问题。

This commit is contained in:
大灰灰
2022-11-04 01:15:29 +08:00
parent c258d03018
commit ac3de3e5ad

View File

@@ -910,7 +910,7 @@
},
// 判断是否开启了我的优惠券 1开启 2未开启
isShowCoupon() {
return this.$store.state.config.showCoupon == 2;
return this.$store.state.config.showCoupon == 1;
},
// 获取使用的优惠券名称
usedCouponsCompute() {