diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue
index 1fa0bab..ff55b4c 100644
--- a/pages/mine/balance/withdrawal.vue
+++ b/pages/mine/balance/withdrawal.vue
@@ -136,10 +136,10 @@
-
+ /> -->
@@ -252,12 +252,11 @@ export default {
bal.addWithdraw(this.dataForm).then(res => {
if (res.code == 200) {
this.$refs.uToast.show({
- message: res.msg,
+ message: res.msg || '提现成功',
type: 'success',
})
- // 显示提现引导弹窗
setTimeout(() => {
- this.showWithdrawalGuide = true
+ uni.navigateBack()
}, 300)
}
})