This commit is contained in:
2025-06-16 13:18:08 +08:00
parent fc957770ce
commit 8ea2d7a89e
2 changed files with 1 additions and 3 deletions

View File

@ -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({

View File

@ -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: () => {