Fix:4646 【旅居商城小程序】团购礼包退款后,收礼方领取时的提示信息改为“礼品卡已失效”(iOS需修改提示,安卓需增加提示)

(cherry picked from commit d43fc253c9)
This commit is contained in:
linxi
2025-11-22 16:25:35 +08:00
parent f29ca88ab3
commit 7c65d839d9
+2 -2
View File
@@ -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() {