From 56407dd0317196f9a11f4dab8fd13883ea737dea Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 8 Jul 2025 16:22:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(withDrawal):=20=E6=8F=90=E7=8E=B0disable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/balance/withdrawal.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue index fc24d37..2806ba7 100644 --- a/pages/mine/balance/withdrawal.vue +++ b/pages/mine/balance/withdrawal.vue @@ -131,9 +131,7 @@ - {{ - '提现' - }} + {{ '提现' }} @@ -208,7 +206,7 @@ export default { }) }, onLoad() { - this.getList() + // this.getList() }, methods: { isLocaled,