Fix:礼包页不显示

This commit is contained in:
linxi
2025-12-22 15:15:06 +08:00
parent 2512db3e08
commit 93c59abe13
+1 -1
View File
@@ -45,7 +45,7 @@ export default {
}, },
computed: { computed: {
showGift() { showGift() {
return !!this.giftCard.isUserReceive return !this.giftCard.isExpire || !!this.giftCard.isUserReceive
} }
}, },
onShow() { onShow() {