Fix:4646 【旅居商城小程序】团购礼包退款后,收礼方领取时的提示信息改为“礼品卡已失效”(iOS需修改提示,安卓需增加提示)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user