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