From 0fd11fe68d6cb0c730982f46196be1b06b9fe0a4 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 16 Dec 2025 20:06:59 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4721=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=B7=B2?= =?UTF-8?q?=E8=A2=AB=E9=A2=86=E5=8F=96=E7=9A=84=E7=A4=BC=E5=8C=85=E5=9C=A8?= =?UTF-8?q?24=E5=B0=8F=E6=97=B6=E5=90=8E=E6=9F=A5=E7=9C=8B=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E9=A1=B5=E9=9D=A2=E4=BC=9A=E6=98=BE=E7=A4=BA=E4=B8=BA?= =?UTF-8?q?=E7=A4=BC=E5=8C=85=E5=B7=B2=E5=A4=B1=E6=95=88=EF=BC=88=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=BE=E7=A4=BA=E4=B8=BA=E5=B7=B2=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E7=9A=84=E6=95=88=E6=9E=9C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/receive.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_user/views/gift/receive.vue b/pkg_user/views/gift/receive.vue index dad9485..1580ff4 100644 --- a/pkg_user/views/gift/receive.vue +++ b/pkg_user/views/gift/receive.vue @@ -45,7 +45,7 @@ export default { }, computed: { showGift() { - return !this.giftCard.isExpire || !!this.giftCard.isUserReceive + return !!this.giftCard.isUserReceive } }, onShow() {