Fix:4721 【旅居商城小程序】已被领取的礼包在24小时后查看领取页面会显示为礼包已失效(应该显示为已领取的效果)

This commit is contained in:
LinCyJang
2025-12-16 20:06:59 +08:00
parent 364972c25b
commit 0fd11fe68d
+1 -1
View File
@@ -45,7 +45,7 @@ export default {
},
computed: {
showGift() {
return !this.giftCard.isExpire || !!this.giftCard.isUserReceive
return !!this.giftCard.isUserReceive
}
},
onShow() {