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
8bff1d85
Commit
8bff1d85
authored
Oct 23, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
426a2540
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+4
-3
contract-record.vue
src/pages/pay/payment/contract-record.vue
+2
-2
first-pay.vue
src/pages/pay/payment/first-pay.vue
+1
-1
pay-entry.vue
src/pages/pay/payment/pay-entry.vue
+11
-2
No files found.
src/pages/pay/firstPay/contract-record.vue
View file @
8bff1d85
...
...
@@ -35,7 +35,7 @@
</div>
</section>
</h-content>
<div
class=
"prompt"
>
<div
v-if=
"prj_lists.length!==0"
class=
"prompt"
>
<div><img
src=
"@/assets/payment/prompt.png"
alt=
""
></div>
<div>
<p>
温馨提示
</p>
...
...
@@ -165,7 +165,7 @@ export default {
},
}
</
script
>
<
style
lang=
'less'
>
<
style
lang=
'less'
>
#contract-record {
.h-header {
background-color: #00469C;
...
...
@@ -336,7 +336,8 @@ export default {
background: rgba(142,195,30,0.10);
height: 111px;
display: flex;
position: fixed;
bottom: 37px;
div:first-child {
flex: 1;
padding: 16px 0 0 16px;
...
...
src/pages/pay/payment/contract-record.vue
View file @
8bff1d85
...
...
@@ -124,7 +124,6 @@ export default {
}
},
deep
:
true
,
immediate
:
true
,
},
},
...
...
@@ -182,7 +181,8 @@ export default {
this
.
$router
.
push
({
name
:
'PaymentPayEntry'
,
params
:
{
money
,
sumMoney
:
this
.
sumMoney
,
money
:
this
.
money
,
},
})
},
...
...
src/pages/pay/payment/first-pay.vue
View file @
8bff1d85
...
...
@@ -142,7 +142,7 @@ export default {
this
.
$router
.
push
({
name
:
'PaymentContractRecord'
,
params
:
{
money
,
money
:
this
.
liquidated_damages
,
},
})
},
...
...
src/pages/pay/payment/pay-entry.vue
View file @
8bff1d85
...
...
@@ -2,7 +2,7 @@
<h-view
id=
"payment-pay-entry"
class=
"public-style"
>
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"
$routeGo()
"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"
changePage
"
>
<span>
支付中心
</span>
</div>
</h-header>
...
...
@@ -69,12 +69,21 @@ export default {
computed
:
{},
watch
:
{},
activated
()
{
this
.
money
=
this
.
$route
.
params
.
m
oney
this
.
money
=
this
.
$route
.
params
.
sumM
oney
},
methods
:
{
isSelect
(
way
)
{
this
.
select
=
way
},
changePage
()
{
this
.
$router
.
replace
({
name
:
'PaymentContractRecord'
,
params
:
{
money
:
this
.
$route
.
params
.
money
,
},
})
this
.
$router
.
go
(
-
1
)
},
},
}
</
script
>
...
...
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