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

1.修改工行充值提现;

parent a6dcc3ea
...@@ -100,14 +100,29 @@ ...@@ -100,14 +100,29 @@
<view class="RechargeConfirmationBox"> <view class="RechargeConfirmationBox">
<view class="RechargeInfo"> <view class="RechargeInfo">
<view class="closePhoneBox" @click="close()"> <view class="closePhoneBox" @click="close()">
<span>x</span> <image src="../../../static/img/close.png" mode="aspectFit"></image>
</view> </view>
<view class="RechargeInfo1"> <view class="RechargeInfo1">
充值生活费 充值生活费
</view> </view>
<view class=""> <view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
sdfsdfsd <view class="ContenInfo">
sdf <view class="">
充值金额: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> </view>
</view> </view>
...@@ -351,16 +366,16 @@ ...@@ -351,16 +366,16 @@
590) + 'px'); 590) + 'px');
} }
bankInfo.sessionid = sessionID; bankInfo.sessionid = sessionID;
this_.QueryUserInfo(); // this_.QueryUserInfo();
$('#AssginBox').css('display', 'block'); $('#AssginBox').css('display', 'block');
if (fromType == 0) { // if (fromType == 0) {
// $('.TitleHeader').html('电子账户充值'); // // $('.TitleHeader').html('电子账户充值');
} else { // } else {
this_.ToWalletTx(); // this_.ToWalletTx();
} // }
setTimeout(function() { // setTimeout(function() {
this_.getWefileId() // this_.getWefileId()
}, 500) // }, 500)
}) })
}, },
methods: { methods: {
...@@ -1545,7 +1560,7 @@ ...@@ -1545,7 +1560,7 @@
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
bottom: 80rpx; bottom: 30rpx;
} }
.DepositID { .DepositID {
...@@ -1586,14 +1601,16 @@ ...@@ -1586,14 +1601,16 @@
right: 0; right: 0;
top: 460rpx; top: 460rpx;
width: 618rpx; width: 618rpx;
height: 476rpx; height: 478rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 8rpx; border-radius: 8rpx;
margin: 0 auto; margin: 0 auto;
.RechargeInfo { .RechargeInfo {
width: 520rpx; width: 520rpx;
height: 100%;
margin: 0 auto; margin: 0 auto;
.RechargeInfo1 { .RechargeInfo1 {
height: 124rpx; height: 124rpx;
line-height: 124rpx; line-height: 124rpx;
...@@ -1603,21 +1620,68 @@ ...@@ -1603,21 +1620,68 @@
color: #000000; color: #000000;
text-align: center; 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 { .closePhoneBox {
width: 35rpx; // width: 35rpx;
height: 35rpx; height: 35rpx;
background: #7E7E7E;
position: relative; position: relative;
left: 522rpx; right: -20rpx;
top: -52rpx; top: 20rpx;
line-height: 30rpx; text-align: right;
text-align: center;
color: #BEBEBE; image {
border-radius: 100%; width: 40rpx;
border: 2px solid #BEBEBE; height: 40rpx;
position: relative;
}
} }
.doBtnTx { .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