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