Fix:礼包页不显示
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
showGift() {
|
showGift() {
|
||||||
return !!this.giftCard.isUserReceive
|
return !this.giftCard.isExpire || !!this.giftCard.isUserReceive
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|||||||
Reference in New Issue
Block a user