Commit 1f56ffe6 authored by 袁玲利's avatar 袁玲利

完善

parent 5af82186
...@@ -346,13 +346,16 @@ ...@@ -346,13 +346,16 @@
<!-- 切换绑定的一类卡列表 --> <!-- 切换绑定的一类卡列表 -->
<view class="showBindCardList"> <view class="showBindCardList">
<view class="choiceBox">选择付款账户</view> <view class="choiceBox">选择付款账户</view>
<view class="cardsList">
<view <view
class="ListItem" class="ListItem"
@click="ChangeCardPay(item)" @click="ChangeCardPay(item)"
v-for="(item, index) in bindcardList" v-for="(item, index) in bindcardList"
:key="index" :key="index"
> >
<span style="padding-right: 10px">{{ item.bindCardName }} </span> <span style="padding-right: 10px"
>{{ item.bindCardName }}
</span>
<span <span
>尾号:{{ >尾号:{{
item.bindCardNo.slice(item.bindCardNo.length - 4) item.bindCardNo.slice(item.bindCardNo.length - 4)
...@@ -364,7 +367,33 @@ ...@@ -364,7 +367,33 @@
></image> ></image>
</view> </view>
</view> </view>
<view class="changeCard" @click="ChangeBankPay">我要换卡支付</view>
</view> </view>
</view>
<!-- 银行卡列表
<view class="accountlist">
<!-- 切换绑定的一类卡列表
<view class="showBindCardList">
<view class="choiceBox">选择付款账户</view>
<view
class="ListItem"
@click="ChangeCardPay(item)"
v-for="(item, index) in bindcardList"
:key="index"
>
<span style="padding-right: 10px">{{ item.bindCardName }} </span>
<span
>尾号:{{
item.bindCardNo.slice(item.bindCardNo.length - 4)
}}</span
>
<image
class="BankListImg"
src="../../../static/img/choiceBank.png"
></image>
</view>
</view>
</view> -->
</van-popup> </van-popup>
</view> </view>
</view> </view>
...@@ -1475,15 +1504,28 @@ page { ...@@ -1475,15 +1504,28 @@ page {
color: #39f; color: #39f;
text-align: right; text-align: right;
} }
.accountlist {
width: 100%;
height: 100%;
}
.showBindCardList { .showBindCardList {
width: 100%;
height: 100%;
.choiceBox { .choiceBox {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
height: 50px; height: 100rpx;
line-height: 50px; line-height: 100rpx;
padding: 0; padding: 0;
border-bottom: 0.5px solid #e6e6e6; border-bottom: 1rpx solid #e6e6e6;
}
.cardsList {
width: 100%;
height: calc(100% - 260rpx);
overflow-y: scroll;
} }
.ListItem { .ListItem {
...@@ -1494,6 +1536,17 @@ page { ...@@ -1494,6 +1536,17 @@ page {
position: relative; position: relative;
text-align: center; text-align: center;
} }
.changeCard {
margin: 0 auto;
margin-top: 40rpx;
height: 40rpx;
font-size: 28rpx;
font-weight: 400;
color: #04b871;
line-height: 40rpx;
text-align: center;
}
} }
.SubmittedSuccessfully { .SubmittedSuccessfully {
...@@ -1657,7 +1710,7 @@ page { ...@@ -1657,7 +1710,7 @@ page {
border-radius: 12rpx; border-radius: 12rpx;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-right: 18rpx; margin-right: 14rpx;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx; margin-bottom: 24rpx;
......
...@@ -1258,7 +1258,7 @@ ...@@ -1258,7 +1258,7 @@
border-radius: 12rpx; border-radius: 12rpx;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-right: 18rpx; margin-right: 14rpx;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx; margin-bottom: 24rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment