From ac3de3e5ad42cc9c7ff8b871839fd0d36c842560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Fri, 4 Nov 2022 01:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=8E=E5=8F=B0=E5=BC=80=E5=90=AF=E3=80=90=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E6=83=A0=E5=88=B8=E6=8C=89=E9=92=AE=E3=80=91?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=EF=BC=8C=E4=BD=86=E6=98=AF=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E6=97=A0=E4=BC=98=E6=83=A0=E5=88=B8=E9=80=89=E9=A1=B9=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue b/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue index e9eee477..a8a8bc61 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.vue @@ -910,7 +910,7 @@ }, // 判断是否开启了我的优惠券 1开启 2未开启 isShowCoupon() { - return this.$store.state.config.showCoupon == 2; + return this.$store.state.config.showCoupon == 1; }, // 获取使用的优惠券名称 usedCouponsCompute() {