diff --git a/pages/index/index.vue b/pages/index/index.vue index df49203..6b795e4 100644 --- a/pages/index/index.vue +++ b/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; }