From 8bc34356a291c6a207bab55f14aa3753211fd83d Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Wed, 31 May 2023 11:10:41 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E4=BD=BF=E7=94=A8=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E4=BC=98=E6=83=A0=E5=88=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }