Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_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
李智书
xzf_uniapp-wechat-web
Commits
1f56ffe6
Commit
1f56ffe6
authored
Jun 24, 2022
by
袁玲利
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善
parent
5af82186
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
6 deletions
+59
-6
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+58
-5
src/pages/IcbcModule/Recharge/Recharge.vue
src/pages/IcbcModule/Recharge/Recharge.vue
+1
-1
No files found.
src/pages/BankModule/Recharge/Recharge.vue
View file @
1f56ffe6
...
...
@@ -344,6 +344,35 @@
<!-- 银行卡列表 -->
<view
class=
"accountlist"
>
<!-- 切换绑定的一类卡列表 -->
<view
class=
"showBindCardList"
>
<view
class=
"choiceBox"
>
选择付款账户
</view>
<view
class=
"cardsList"
>
<view
class=
"ListItem"
@
click=
"ChangeCardPay(item)"
v-for=
"(item, index) in bindcardList"
: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>
</view>
</view>
<view
class=
"changeCard"
@
click=
"ChangeBankPay"
>
我要换卡支付
</view>
</view>
</view>
<!-- 银行卡列表
<view class="accountlist">
<!-- 切换绑定的一类卡列表
<view class="showBindCardList">
<view class="choiceBox">选择付款账户</view>
<view
...
...
@@ -364,7 +393,7 @@
></image>
</view>
</view>
</view>
</view>
-->
</van-popup>
</view>
</view>
...
...
@@ -1475,15 +1504,28 @@ page {
color
:
#39f
;
text-align
:
right
;
}
.accountlist
{
width
:
100%
;
height
:
100%
;
}
.showBindCardList
{
width
:
100%
;
height
:
100%
;
.choiceBox
{
text-align
:
center
;
font-weight
:
bold
;
height
:
50
px
;
line-height
:
50
px
;
height
:
100r
px
;
line-height
:
100r
px
;
padding
:
0
;
border-bottom
:
0
.5px
solid
#e6e6e6
;
border-bottom
:
1rpx
solid
#e6e6e6
;
}
.cardsList
{
width
:
100%
;
height
:
calc
(
100%
-
260rpx
);
overflow-y
:
scroll
;
}
.ListItem
{
...
...
@@ -1494,6 +1536,17 @@ page {
position
:
relative
;
text-align
:
center
;
}
.changeCard
{
margin
:
0
auto
;
margin-top
:
40rpx
;
height
:
40rpx
;
font-size
:
28rpx
;
font-weight
:
400
;
color
:
#04b871
;
line-height
:
40rpx
;
text-align
:
center
;
}
}
.SubmittedSuccessfully
{
...
...
@@ -1657,7 +1710,7 @@ page {
border-radius: 12rpx;
display: flex;
justify-content: center;
margin-right: 1
8
rpx;
margin-right: 1
4
rpx;
font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx;
...
...
src/pages/IcbcModule/Recharge/Recharge.vue
View file @
1f56ffe6
...
...
@@ -1258,7 +1258,7 @@
border-radius: 12rpx;
display: flex;
justify-content: center;
margin-right: 1
8
rpx;
margin-right: 1
4
rpx;
font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx;
...
...
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