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 @@