From 73584485a5044c1ebfed062226bb6300f82da639 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Thu, 18 Dec 2025 01:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8F=90=E7=8E=B0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bundle/parten/pages/withdraw/withdraw.vue | 141 +++++++++++++++--- 1 file changed, 121 insertions(+), 20 deletions(-) diff --git a/src/bundle/parten/pages/withdraw/withdraw.vue b/src/bundle/parten/pages/withdraw/withdraw.vue index e0eeb75..a19ff65 100644 --- a/src/bundle/parten/pages/withdraw/withdraw.vue +++ b/src/bundle/parten/pages/withdraw/withdraw.vue @@ -21,14 +21,14 @@ - - + + - {{ item.bankName }} 储蓄卡(3265) + {{ item.bank_name }}({{ Withdraw.handleFormatBankCardNumber(item.bank_card) }}) @@ -50,7 +50,7 @@ - 确定 + 确定 @@ -59,10 +59,17 @@ 到账银行卡 - - - - 招商银行(3265) + + + + @@ -76,13 +83,13 @@ - + - 可提现36542.3元 - 全部提现 + 可提现{{ useStore.userMoney }}元 + 全部提现 确定 @@ -91,19 +98,29 @@