From 8ea2d7a89e8cf7044f26be8b45ce49f94e6c5244 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Mon, 16 Jun 2025 13:18:08 +0800 Subject: [PATCH] ------ --- pages/personCenter/withdrawal/withdrawal.js | 2 +- pages/projectModule/applyCode/applyCode.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/personCenter/withdrawal/withdrawal.js b/pages/personCenter/withdrawal/withdrawal.js index 70448cf..43971b5 100644 --- a/pages/personCenter/withdrawal/withdrawal.js +++ b/pages/personCenter/withdrawal/withdrawal.js @@ -103,8 +103,8 @@ Page({ wx.showToast({ title: '提现成功,等待后台审核', icon: 'none', + duration: 1000, }); - // 1秒后跳转到账单详情页面 setTimeout(() => { wx.redirectTo({ diff --git a/pages/projectModule/applyCode/applyCode.js b/pages/projectModule/applyCode/applyCode.js index c35ff83..6502b2c 100644 --- a/pages/projectModule/applyCode/applyCode.js +++ b/pages/projectModule/applyCode/applyCode.js @@ -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: () => {