------
This commit is contained in:
@ -103,8 +103,8 @@ Page({
|
|||||||
wx.showToast({
|
wx.showToast({
|
||||||
title: '提现成功,等待后台审核',
|
title: '提现成功,等待后台审核',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
|
duration: 1000,
|
||||||
});
|
});
|
||||||
|
|
||||||
// 1秒后跳转到账单详情页面
|
// 1秒后跳转到账单详情页面
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
wx.redirectTo({
|
wx.redirectTo({
|
||||||
|
@ -78,7 +78,6 @@ Page({
|
|||||||
icon: 'success',
|
icon: 'success',
|
||||||
duration: 1000
|
duration: 1000
|
||||||
});
|
});
|
||||||
wx.hideLoading()
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
wx.navigateBack();
|
wx.navigateBack();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
@ -87,7 +86,6 @@ Page({
|
|||||||
title: res.data.message || '申请失败',
|
title: res.data.message || '申请失败',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
});
|
});
|
||||||
wx.hideLoading()
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fail: () => {
|
fail: () => {
|
||||||
|
Reference in New Issue
Block a user