1.优化使用门店优惠券问题

dev
杨杰 1 year ago
parent 5d532b6884
commit 8bc34356a2
  1. 3
      pages/index/index.vue

@ -461,8 +461,7 @@
let storetype = ''; let storetype = '';
let storeprice = ''; let storeprice = '';
if (this.storeList.discountActivity != '' && this.storeList.discountActivity != null) { if (this.storeList.discountActivity != '' && this.storeList.discountActivity != null) {
if (item >= this.storediscountCondition && (this.storediscountType == 1 || this.storediscountType == if (item >= this.storediscountCondition) {
2)) {
storetype = this.storediscountType; storetype = this.storediscountType;
storeprice = this.storediscountPrice; storeprice = this.storediscountPrice;
} }

Loading…
Cancel
Save