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
1c360223
Commit
1c360223
authored
Nov 11, 2021
by
符伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into uat
parents
5d55f334
b0d48f83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/pages/IcbcModule/Recharge/Recharge.vue
src/pages/IcbcModule/Recharge/Recharge.vue
+7
-5
No files found.
src/pages/IcbcModule/Recharge/Recharge.vue
View file @
1c360223
...
...
@@ -43,6 +43,7 @@
<view
class=
"depotMoney"
@
click=
"depotMoney(item.value,index)"
v-bind:class=
"(MoneyIndex==index)?'choiceClass':''"
:data-money=
"item.value||0"
v-for=
"(item,index) in MoneyList"
:key=
"index"
>
<span
class=
"value"
>
{{
item
.
value
}}
</span>
...
...
@@ -240,10 +241,10 @@
bindCardNo
:
''
},
ImgUrl
:
this
.
$ImgUrl
,
MoneyList
:
Array
(
6
).
fill
(
1
).
map
((
v
,
index
)
=>
{
MoneyList
:
Array
(
5
).
fill
(
1
).
map
((
v
,
index
)
=>
{
return
{
lable
:
index
==
5
?
'
其他金额
'
:
'
元
'
,
value
:
index
==
5
?
''
:
50
*
(
index
+
1
)
,
lable
:
index
==
4
?
'
其他金额
'
:
'
元
'
,
value
:
index
==
4
?
''
:
50
*
(
index
+
1
)
+
50
,
tips
:
index
==
1
?
"
推荐充值
"
:
null
}
}),
...
...
@@ -953,13 +954,12 @@
}
.MoneyBox {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: auto;
color: #888888;
width: 686rpx;
margin: 0 auto;
overflow: hidden;
}
.choiceClass {
...
...
@@ -977,6 +977,8 @@
text-align: center;
position: relative;
box-shadow: 0px 9rpx 23rpx 0rpx rgba(25, 26, 88, 0.07);
margin-right: 2px;
float: left;
}
.depotMoney .value {
...
...
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