From 84ddb0790e42aabbf8ea20d073092c2c2e8af87b Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 14 Jan 2026 23:11:42 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4819=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=B7=B2=E8=A2=AB=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E7=9A=84=E7=9B=B2=E7=9B=92=E7=A4=BC=E5=8C=85=EF=BC=8C?= =?UTF-8?q?=E5=9C=A824=E5=B0=8F=E6=97=B6=E5=90=8E=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E9=A1=B5=E9=9D=A2=E4=BC=9A=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E7=A4=BC=E5=8C=85=E5=B7=B2=E5=A4=B1=E6=95=88=EF=BC=88?= =?UTF-8?q?24=E5=B0=8F=E6=97=B6=E5=86=85=E3=80=8124=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E5=90=8E=E6=9F=A5=E7=9C=8B=E9=83=BD=E5=BA=94=E8=AF=A5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=BA=E5=B7=B2=E9=A2=86=E5=8F=96=E7=9A=84=E6=95=88?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_user/views/gift/receive.vue b/pkg_user/views/gift/receive.vue index dad9485..3ee25da 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.isExpire || !!this.giftCard.isUserReceive || (this.giftCard.isBind === 1 && this.giftCard.giftProducts[0].isCurrentUser === 1) } }, onShow() { @@ -176,4 +176,4 @@ export default { } - \ No newline at end of file +