mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【修复】修复后台开启【显示优惠券按钮】控件,但是下单无优惠券选项的问题。
This commit is contained in:
@@ -910,7 +910,7 @@
|
||||
},
|
||||
// 判断是否开启了我的优惠券 1开启 2未开启
|
||||
isShowCoupon() {
|
||||
return this.$store.state.config.showCoupon == 2;
|
||||
return this.$store.state.config.showCoupon == 1;
|
||||
},
|
||||
// 获取使用的优惠券名称
|
||||
usedCouponsCompute() {
|
||||
|
||||
Reference in New Issue
Block a user