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

This commit is contained in:
linxi
2025-11-22 15:22:46 +08:00
parent efd70ae003
commit d43fc253c9
+2 -2
View File
@@ -271,11 +271,11 @@ export default {
uni.reLaunch({ url: '/pkg_user/views/gift/receiveDone?obj=' + JSON.stringify(res.data) }) uni.reLaunch({ url: '/pkg_user/views/gift/receiveDone?obj=' + JSON.stringify(res.data) })
}).catch(() => { }).catch(() => {
uni.showToast({ uni.showToast({
title: '领取失败,请重试', title: '礼品卡已失效',
icon: 'none' icon: 'none'
}); });
}).finally(() => { }).finally(() => {
uni.hideLoading(); // uni.hideLoading();
}); });
}, },
async showTips() { async showTips() {