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

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

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

Loading…
Cancel
Save