Commit 213b67d3 authored by 袁玲利's avatar 袁玲利

Merge branch 'V1.7.0_bank_feature' into develop

parents 1233cdf0 d2d43fe2
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -163,7 +163,7 @@
<!-- <view class="switchbankCard" @click="ChangeBankPay"
>我要换银行卡支付</view
> -->
<view class="service">工商银行Ⅲ类户为您提供服务</view>
<view class="service">{{bankInfo_.accountName}}Ⅲ类户为您提供服务</view>
</view>
</view>
<!-- 其他充值金额 -->
......@@ -226,7 +226,7 @@
: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>
<!-- <image class="BankListImg" src="../../../static/img/choiceBank.png"></image> -->
</view>
</view>
<view class="changeCard" @click="ChangeBankPay">我要换卡支付</view>
......@@ -655,6 +655,7 @@
// 复制我卡号
async CopyCardNumber() {
let value = this.bankInfo_.accountNo;
console.log(value, 'valuevaluevaluevaluevalue')
Dialog({
title: "系统提示",
message: "复制成功!",
......@@ -1035,7 +1036,7 @@
display: flex;
width: 100%;
justify-content: space-between;
margin-top: 20rpx;
view:first-child {
height: 60rpx;
font-size: 40rpx;
......@@ -1258,10 +1259,10 @@
border-radius: 12rpx;
display: flex;
justify-content: center;
margin-right: 14rpx;
margin-right: 8rpx;
font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx;
border: 3rpx solid transparent;
view {
align-self: center;
color: #333333;
......@@ -1296,7 +1297,7 @@
text-align: center;
background: #f8f8f8;
border-radius: 12rpx;
border: 3rpx solid transparent;
/deep/.uni-input-wrapper {
position: absolute;
width: 444rpx;
......
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