Commit d28e1f6e authored by 李智书's avatar 李智书

1.修改工行充值提现;

parent a6dcc3ea
......@@ -100,14 +100,29 @@
<view class="RechargeConfirmationBox">
<view class="RechargeInfo">
<view class="closePhoneBox" @click="close()">
<span>x</span>
<image src="../../../static/img/close.png" mode="aspectFit"></image>
</view>
<view class="RechargeInfo1">
充值生活费
</view>
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
<view class="ContenInfo">
<view class="">
sdfsdfsd
sdf
充值金额:50元
</view>
<view class="">
付款账户:浦发银行(6926)
</view>
</view>
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
<!-- 取消 确认充值按钮 -->
<view class="BtngGoup">
<view class="">
取消
</view>
<view class="">
确认充值
</view>
</view>
</view>
</view>
......@@ -351,16 +366,16 @@
590) + 'px');
}
bankInfo.sessionid = sessionID;
this_.QueryUserInfo();
// this_.QueryUserInfo();
$('#AssginBox').css('display', 'block');
if (fromType == 0) {
// $('.TitleHeader').html('电子账户充值');
} else {
this_.ToWalletTx();
}
setTimeout(function() {
this_.getWefileId()
}, 500)
// if (fromType == 0) {
// // $('.TitleHeader').html('电子账户充值');
// } else {
// this_.ToWalletTx();
// }
// setTimeout(function() {
// this_.getWefileId()
// }, 500)
})
},
methods: {
......@@ -1545,7 +1560,7 @@
position: fixed;
left: 0;
right: 0;
bottom: 80rpx;
bottom: 30rpx;
}
.DepositID {
......@@ -1586,14 +1601,16 @@
right: 0;
top: 460rpx;
width: 618rpx;
height: 476rpx;
height: 478rpx;
background: #FFFFFF;
border-radius: 8rpx;
margin: 0 auto;
.RechargeInfo {
width: 520rpx;
height: 100%;
margin: 0 auto;
.RechargeInfo1 {
height: 124rpx;
line-height: 124rpx;
......@@ -1603,21 +1620,68 @@
color: #000000;
text-align: center;
}
.ContenInfo {
width: 383rpx;
height: 159rpx;
margin: 0 auto;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #010101;
line-height: 60rpx;
}
.BtngGoup {
justify-content: space-between;
display: flex;
margin-top: 40rpx;
view {
width: 250rpx;
height: 88rpx;
border-radius: 8rpx;
text-align: center;
line-height: 88rpx;
}
view:nth-child(1) {
background: #EBEBEB;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: #1CC48B;
}
view:nth-child(2) {
background: #1CC48B;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
}
}
}
}
.closePhoneBox {
width: 35rpx;
// width: 35rpx;
height: 35rpx;
background: #7E7E7E;
position: relative;
left: 522rpx;
top: -52rpx;
line-height: 30rpx;
text-align: center;
color: #BEBEBE;
border-radius: 100%;
border: 2px solid #BEBEBE;
right: -20rpx;
top: 20rpx;
text-align: right;
image {
width: 40rpx;
height: 40rpx;
position: relative;
}
}
.doBtnTx {
......
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