|
|
|
@ -12,6 +12,7 @@ |
|
|
|
<view class="bank-type">{{item.cardType=='PC'?'"预付费卡':(item.cardType=='SCC'?'准贷记卡':(item.cardType=='CC'?'信用卡':'储蓄卡'))}}</view> |
|
|
|
</view> |
|
|
|
<image style="width:32rpx;height:32rpx;" src="/assets/image/icon_bank.png" wx:if="{{item.isDefault==1}}"></image> |
|
|
|
<view class="bank-name" wx:else>{{item.ownerName}}</view> |
|
|
|
</view> |
|
|
|
<view style="margin-left: 72rpx;margin-top:24rpx"> |
|
|
|
<text class="bank-suffix" style="margin-right: 12rpx">****</text> |
|
|
|
|