Fix:4721 【旅居商城小程序】已被领取的礼包在24小时后查看领取页面会显示为礼包已失效(应该显示为已领取的效果)
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
showGift() {
|
||||
return !this.giftCard.isExpire || !!this.giftCard.isUserReceive
|
||||
return !!this.giftCard.isUserReceive
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
|
||||
Reference in New Issue
Block a user