Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
3b12ca06
Commit
3b12ca06
authored
Jan 02, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add保证金支付
parent
640e7153
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
first-pay.vue
src/pages/pay/marginPay/first-pay.vue
+1
-1
pay-entry.vue
src/pages/pay/marginPay/pay-entry.vue
+2
-1
No files found.
src/pages/pay/marginPay/first-pay.vue
View file @
3b12ca06
...
@@ -92,7 +92,7 @@ export default {
...
@@ -92,7 +92,7 @@ export default {
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
if
(
res
.
result
===
'S'
)
{
this
.
$router
.
push
({
vm
.
$router
.
push
({
name
:
'MarginPayEntry'
,
name
:
'MarginPayEntry'
,
params
:
{
params
:
{
order_id
:
res
.
order_id
,
order_id
:
res
.
order_id
,
...
...
src/pages/pay/marginPay/pay-entry.vue
View file @
3b12ca06
...
@@ -230,6 +230,7 @@ export default {
...
@@ -230,6 +230,7 @@ export default {
vm
.
showOutside
=
false
vm
.
showOutside
=
false
vm
.
downNum
=
false
vm
.
downNum
=
false
vm
.
name
=
from
.
name
vm
.
name
=
from
.
name
vm
.
money
=
vm
.
$route
.
params
.
money
vm
.
getType
()
vm
.
getType
()
vm
.
nongBank
=
[]
vm
.
nongBank
=
[]
vm
.
getPayType
()
vm
.
getPayType
()
...
@@ -237,7 +238,7 @@ export default {
...
@@ -237,7 +238,7 @@ export default {
},
},
activated
()
{
activated
()
{
this
.
money
=
this
.
$route
.
params
.
money
//
this.money = this.$route.params.money
},
},
methods
:
{
methods
:
{
selectPayType
(
e
)
{
selectPayType
(
e
)
{
...
...
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