From dc50adf98d5d1ec8d45d2ee19a24a063e2b5e459 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Sun, 28 Apr 2024 17:37:18 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=95=86=E5=93=81):[#1344,=20#1117]?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E7=8A=B6=E6=80=81=E6=8C=89=E7=85=A7?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Coupons.vue | 1 + pages/shop/GoodsCon/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Coupons.vue b/components/Coupons.vue index 69b4bb2..6c037b7 100644 --- a/components/Coupons.vue +++ b/components/Coupons.vue @@ -9,6 +9,7 @@ 有效期至: {{ data.endTime }} + item.status = 2) + // data.couponList['unusable']?.map(item => item.status = 2) this.$set(this, 'couponList', data.couponList) this.$set(this, 'replyCount', data.replyCount) this.$set(this, 'replyChance', data.replyChance)