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 +