From 9585ac4035847fe6eee8381cff8ca4d92307ef87 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 4 Sep 2025 14:20:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(bindBank):=20=E7=BB=91=E5=AE=9A=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E5=8D=A1=E9=80=BB=E8=BE=91=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/balance.js | 6 - pages/mine/balance/withdrawal.vue | 51 ++- pages/mine/bindBank/bindBank.vue | 649 ++++++++++++++++++------------ pages/mine/bindBank/index.vue | 448 +++++++++++---------- 4 files changed, 672 insertions(+), 482 deletions(-) diff --git a/config/balance.js b/config/balance.js index 5730f60..605a339 100644 --- a/config/balance.js +++ b/config/balance.js @@ -18,12 +18,6 @@ export const getDefaultBank = params => params, }) -//校验是否绑定银行卡 -export const checkIsbindBank = params => - http.get('/member/api/bank/is-bind', { - params, - }) - //提现页面展示 export const getWidthdrawShow = params => http.get('/member/api/withdraw/show/add', { diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue index 500d827..c784a59 100644 --- a/pages/mine/balance/withdrawal.vue +++ b/pages/mine/balance/withdrawal.vue @@ -7,7 +7,7 @@ :rules="rules" ref="uForm" > - + {{ '提现' }} - + + 请先绑定默认银行卡 + - + + + \ No newline at end of file + .footerbtn { + display: flex; + align-items: center; + padding: 40rpx; + background: #ffffff; + font-size: 24rpx; + font-weight: 600; + border-radius: 20rpx; + margin-top: 32rpx; + width: 100%; + } +} +