diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 884f1d0..3038f77 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -271,11 +271,11 @@ export default { uni.reLaunch({ url: '/pkg_user/views/gift/receiveDone?obj=' + JSON.stringify(res.data) }) }).catch(() => { uni.showToast({ - title: '领取失败,请重试', + title: '礼品卡已失效', icon: 'none' }); }).finally(() => { - uni.hideLoading(); + // uni.hideLoading(); }); }, async showTips() {