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
97845669
Commit
97845669
authored
Dec 03, 2021
by
李智书
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into uat
parents
aba543d0
2a454128
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
15 deletions
+33
-15
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+17
-8
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 @
97845669
...
...
@@ -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
'
,
...
...
@@ -419,7 +428,7 @@
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
amount
:
(
this
.
Money
*
1
).
toFixed
(
2
),
//充值金额,单位元
amount
:
(
(
this
.
Money
||
this
.
inputOtherM
)
*
1
).
toFixed
(
2
),
//充值金额,单位元
schoolId
:
bankInfo
.
schoolId
,
//学校id
userId
:
userID
,
//用户id
sessionid
:
sessionID
,
...
...
src/pages/IcbcModule/Recharge/Recharge.vue
View file @
97845669
...
...
@@ -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