From f592fee699b9d6683f6510df1d09cc6899fdee99 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 4 Sep 2025 11:05:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(withDrawal):=20=E7=A7=BB=E9=99=A4=E7=81=B5?= =?UTF-8?q?=E6=B4=BB=E7=94=A8=E5=B7=A5=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/balance/withdrawal.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue index 1fa0bab..500d827 100644 --- a/pages/mine/balance/withdrawal.vue +++ b/pages/mine/balance/withdrawal.vue @@ -136,10 +136,10 @@ - + /> --> @@ -257,7 +257,7 @@ export default { }) // 显示提现引导弹窗 setTimeout(() => { - this.showWithdrawalGuide = true + uni.navigateBack() }, 300) } }) @@ -292,7 +292,6 @@ export default { // 处理提现引导弹窗确认 onWithdrawalGuideConfirm() { this.showWithdrawalGuide = false - uni.navigateBack() }, }, }