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() }, }, }