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
2a454128
Commit
2a454128
authored
Dec 03, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改充值金额;
parent
e76172ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+15
-15
No files found.
src/pages/BankModule/Recharge/Recharge.vue
View file @
2a454128
...
@@ -235,20 +235,20 @@
...
@@ -235,20 +235,20 @@
},
},
ImgUrl
:
this
.
$ImgUrl
,
ImgUrl
:
this
.
$ImgUrl
,
MoneyList
:
[{
MoneyList
:
[{
lable
:
'
元
'
,
lable
:
'
元
'
,
value
:
100
value
:
100
},{
},
{
lable
:
'
元
'
,
lable
:
'
元
'
,
value
:
200
value
:
200
},{
},
{
lable
:
'
元
'
,
lable
:
'
元
'
,
value
:
500
value
:
500
},{
},
{
lable
:
'
元
'
,
lable
:
'
元
'
,
value
:
1000
value
:
1000
},{
},
{
lable
:
'
其他金额
'
,
lable
:
'
其他金额
'
,
value
:
''
value
:
''
}],
}],
numberList
:
[],
numberList
:
[],
tempFiles1
:
'
../../static/img/idCardBg1.png
'
,
//上传身份证临时选择文件
tempFiles1
:
'
../../static/img/idCardBg1.png
'
,
//上传身份证临时选择文件
...
@@ -428,7 +428,7 @@
...
@@ -428,7 +428,7 @@
type
:
"
POST
"
,
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
data
:
{
amount
:
(
this
.
Money
*
1
).
toFixed
(
2
),
//充值金额,单位元
amount
:
(
(
this
.
Money
||
this
.
inputOtherM
)
*
1
).
toFixed
(
2
),
//充值金额,单位元
schoolId
:
bankInfo
.
schoolId
,
//学校id
schoolId
:
bankInfo
.
schoolId
,
//学校id
userId
:
userID
,
//用户id
userId
:
userID
,
//用户id
sessionid
:
sessionID
,
sessionid
:
sessionID
,
...
...
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