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
71b7b2c1
Commit
71b7b2c1
authored
Dec 02, 2021
by
符伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
充值额度修改
parent
b9e23711
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
14 deletions
+32
-14
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+16
-7
src/pages/IcbcModule/Recharge/Recharge.vue
src/pages/IcbcModule/Recharge/Recharge.vue
+16
-7
No files found.
src/pages/BankModule/Recharge/Recharge.vue
View file @
71b7b2c1
...
...
@@ -234,13 +234,22 @@
bindCardNo
:
''
},
ImgUrl
:
this
.
$ImgUrl
,
MoneyList
:
Array
(
5
).
fill
(
1
).
map
((
v
,
index
)
=>
{
return
{
lable
:
index
==
4
?
'
其他金额
'
:
'
元
'
,
value
:
index
==
4
?
''
:
50
*
(
index
+
1
)
+
50
,
tips
:
index
==
1
?
"
推荐充值
"
:
null
}
}),
MoneyList
:
[{
lable
:
'
元
'
,
value
:
100
},{
lable
:
'
元
'
,
value
:
200
},{
lable
:
'
元
'
,
value
:
500
},{
lable
:
'
元
'
,
value
:
1000
},{
lable
:
'
其他金额
'
,
value
:
''
}],
numberList
:
[],
tempFiles1
:
'
../../static/img/idCardBg1.png
'
,
//上传身份证临时选择文件
tempFiles2
:
'
../../static/img/idCardBg0.png
'
,
...
...
src/pages/IcbcModule/Recharge/Recharge.vue
View file @
71b7b2c1
...
...
@@ -241,13 +241,22 @@
bindCardNo
:
''
},
ImgUrl
:
this
.
$ImgUrl
,
MoneyList
:
Array
(
5
).
fill
(
1
).
map
((
v
,
index
)
=>
{
return
{
lable
:
index
==
4
?
'
其他金额
'
:
'
元
'
,
value
:
index
==
4
?
''
:
50
*
(
index
+
1
)
+
50
,
tips
:
index
==
1
?
"
推荐充值
"
:
null
}
}),
MoneyList
:[{
lable
:
'
元
'
,
value
:
100
},{
lable
:
'
元
'
,
value
:
200
},{
lable
:
'
元
'
,
value
:
500
},{
lable
:
'
元
'
,
value
:
1000
},{
lable
:
'
其他金额
'
,
value
:
''
}],
numberList
:
[],
tempFiles1
:
'
../../static/img/idCardBg1.png
'
,
//上传身份证临时选择文件
tempFiles2
:
'
../../static/img/idCardBg0.png
'
,
...
...
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