Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
fengzhaoyu
mingPayPc
Commits
5b25fd05
Commit
5b25fd05
authored
Jul 07, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
7219ed78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+3
-1
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
5b25fd05
...
...
@@ -325,21 +325,23 @@ export default {
internalRecharge
()
{
let
_that
=
this
this
.
spinning
=
!
this
.
spinning
this
.
visible
=
false
this
.
rechargeData
.
orderPrice
=
this
.
form
.
getFieldsValue
().
orderPrice
this
.
rechargeData
.
remark
=
this
.
form
.
getFieldsValue
().
remark
this
.
rechargeData
.
orgId
=
localStorage
.
getItem
(
'orgId'
)
let
rechargeData
=
this
.
$qs
.
stringify
(
this
.
rechargeData
)
$http
.
get
(
`/v1/charge/charge?
${
rechargeData
}
`
).
then
((
res
)
=>
{
if
(
res
.
data
.
message
===
'SUCCESS'
)
{
this
.
visible
=
false
this
.
form
.
resetFields
()
this
.
$message
.
success
(
'充值已提交,审批中请耐心等待'
)
this
.
spinning
=
!
this
.
spinning
}
else
{
this
.
spinning
=
!
this
.
spinning
this
.
$message
.
success
(
res
.
data
.
message
)
}
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
this
.
spinning
=
!
this
.
spinning
this
.
$message
.
error
(
'充值失败'
)
})
},
...
...
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