From b701fc0057c8212b875e04b898225bd122687ecb Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Thu, 12 Jan 2023 16:32:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=962.0=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E9=A2=86=E5=88=B8=E4=B8=8B=E6=9E=B6=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/externalCoupon/externalCoupon.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods/externalCoupon/externalCoupon.vue b/pages/goods/externalCoupon/externalCoupon.vue index 8e59342..75b9bbf 100644 --- a/pages/goods/externalCoupon/externalCoupon.vue +++ b/pages/goods/externalCoupon/externalCoupon.vue @@ -36,7 +36,7 @@ + @tap="toGoods(product.highCoupon.id,product.highCoupon.status)"> {{ product.highCoupon.couponName }} @@ -360,7 +360,7 @@ toGoods(e, item) { if (app.globalData.userInfo) { if (app.globalData.openId) { - if (item == 4) { + if (item != 2) { uni.showToast({ icon: 'none', title: '系统维护中,暂时无法购买',