From 55e3ee61dd4fa15b8427aab44a2abfe1b2cb560d Mon Sep 17 00:00:00 2001 From: nige Date: Mon, 31 Jul 2023 09:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/scene/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/order/scene/index.js b/pages/order/scene/index.js index bb104c2..0472109 100644 --- a/pages/order/scene/index.js +++ b/pages/order/scene/index.js @@ -67,7 +67,7 @@ Page({ singlePrice: this.data.gp_id ? app.globalData.product.sku.event_price : app.globalData.product.sku.price }) console.log(this.data.product); - if (!this.data.kjId && !this.data.gp_id && this.data.product.isGroup != 1) { + if (!this.data.kjId && !this.data.gp_id && this.data.product.isGroup != 1 && this.data.type!='museum') { this.couponCom = this.selectAllComponents("#coupon")[0]; } }, @@ -137,8 +137,9 @@ Page({ icon: 'none' }) } - if (!this.data.kjId && !this.data.gp_id && this.data.product.isGroup != 1 && !this.data.flag) { + if (!this.data.kjId && !this.data.gp_id && this.data.product.isGroup != 1 && !this.data.flag && this.data.type!='museum') { this.couponCom.setNullCoupon() + } app.globalData.couponInfo = null; this.setData({ @@ -157,7 +158,7 @@ Page({ this.setData({ coupon: null }) - if (!this.data.kjId && !this.data.gp_id && this.data.product.isGroup != 1) { + if (!this.data.kjId && !this.data.gp_id && this.data.product.isGroup != 1 && this.data.type!='museum') { this.couponCom.setNullCoupon() } app.globalData.couponInfo = null;