|
|
@@ -106,7 +106,7 @@
|
|
|
<!-- 装饰性背景图案 -->
|
|
|
<image class="decor" src="/static/image/my/bank-decorImage.png" mode=""></image>
|
|
|
<!-- 银行信息行 -->
|
|
|
- <view class="header dis a-c">
|
|
|
+ <view class="bankCard_header dis a-c">
|
|
|
<image :src="item.stylelist.logo" mode=""></image> <!-- 银行LOGO -->
|
|
|
<text>{{item.bankName}}</text> <!-- 银行名称 -->
|
|
|
</view>
|
|
|
@@ -361,11 +361,11 @@
|
|
|
},
|
|
|
//跳转提现页面
|
|
|
goWithdrawal() {
|
|
|
- if(this.cardPackList2.length == 0){
|
|
|
- return uni.showToast({
|
|
|
- icon: 'none',
|
|
|
- title: '请先绑定银行卡'
|
|
|
- })
|
|
|
+ if (this.cardPackList2.length == 0) {
|
|
|
+ return uni.showToast({
|
|
|
+ icon: 'none',
|
|
|
+ title: '请先绑定银行卡'
|
|
|
+ })
|
|
|
}
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/wallet/withdrawal?amount=' + this.walletInfo.walletBalanceRemoveWithdraw
|
|
|
@@ -625,7 +625,7 @@
|
|
|
right: 0;
|
|
|
}
|
|
|
|
|
|
- .header {
|
|
|
+ .bankCard_header {
|
|
|
padding: 0 30rpx;
|
|
|
box-sizing: border-box;
|
|
|
|