diff --git a/components/distribution/performanceDistribution.vue b/components/distribution/performanceDistribution.vue index 08bf740..b9ff709 100644 --- a/components/distribution/performanceDistribution.vue +++ b/components/distribution/performanceDistribution.vue @@ -1,300 +1,307 @@ \ No newline at end of file +.bg3 { + background: linear-gradient(180deg, #677af9 0%, #697bf2 100%); +} + 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%; + } +} +