Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
az-uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
az-uniapp-wechat-web
Commits
d28e1f6e
Commit
d28e1f6e
authored
Jul 23, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改工行充值提现;
parent
a6dcc3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
24 deletions
+88
-24
pages/IcbcModule/Recharge/Recharge.vue
pages/IcbcModule/Recharge/Recharge.vue
+88
-24
No files found.
pages/IcbcModule/Recharge/Recharge.vue
View file @
d28e1f6e
...
@@ -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:
8
0rpx;
bottom:
3
0rpx;
}
}
.DepositID {
.DepositID {
...
@@ -1586,14 +1601,16 @@
...
@@ -1586,14 +1601,16 @@
right: 0;
right: 0;
top: 460rpx;
top: 460rpx;
width: 618rpx;
width: 618rpx;
height: 47
6
rpx;
height: 47
8
rpx;
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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment