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
c10f6225
Commit
c10f6225
authored
Dec 06, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子签
parent
7f5fbbb0
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
397 additions
and
264 deletions
+397
-264
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+354
-264
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+1
-0
electronic-sign.vue
src/pages/contractSigning/electronic-sign.vue
+38
-0
index.js
src/router/index.js
+4
-0
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
c10f6225
This diff is collapsed.
Click to expand it.
src/pages/contractSigning/contract-signing.vue
View file @
c10f6225
...
...
@@ -331,6 +331,7 @@ export default {
params
:
{
item
:
item
,
user_bp_type
:
this
.
user_bp_type
,
num
:
this
.
num
,
},
})
},
...
...
src/pages/contractSigning/electronic-sign.vue
0 → 100644
View file @
c10f6225
<
template
>
<h-view
id=
"ElectronicSign"
>
<!--
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
>
<img
src=
"@/assets/userBind/arrow.png"
@
click=
"$routeGo()"
>
<span>
电子签
</span>
</div>
</h-header>
-->
<h-content>
<iframe
:src=
"url"
frameborder=
"0"
scrolling=
"yes"
width=
"100%"
height=
"100%"
/>
</h-content>
</h-view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
url
:
this
.
$route
.
params
.
url
,
}
},
created
()
{
console
.
log
(
this
)
},
activated
()
{
},
methods
:
{
},
}
</
script
>
<
style
lang=
"less"
scoped
>
</
style
>
src/router/index.js
View file @
c10f6225
...
...
@@ -49,7 +49,9 @@ import ContractSigning from '../pages/contractSigning/contract-signing'
import
ContractDetail
from
'@/pages/ContractSigning/contract-detail'
import
ContractContent
from
'@/pages/ContractSigning/contract-content'
import
EntryInfo
from
'@/pages/ContractSigning/entry-info'
import
ElectronicSign
from
'@/pages/ContractSigning/electronic-sign'
import
ContractRepayPlan
from
'@/pages/ContractSigning/contract-repay-plan'
// 首付款支付
import
FirstPay
from
'../pages/pay/firstPay/first-pay'
import
PayEntry
from
'@/pages/pay/firstPay/pay-entry'
...
...
@@ -207,6 +209,8 @@ export default new Router({
{
path
:
'/contract-content'
,
component
:
ContractContent
,
name
:
'ContractContent'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/entry-info'
,
component
:
EntryInfo
,
name
:
'EntryInfo'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/contract-repay-plan'
,
component
:
ContractRepayPlan
,
name
:
'ContractRepayPlan'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/electronic-sign'
,
component
:
ElectronicSign
,
name
:
'ElectronicSign'
,
meta
:
{
keepAlive
:
true
}},
// 首付款支付
{
path
:
'/first-pay'
,
component
:
FirstPay
,
name
:
'FirstPay'
,
meta
:
{
keepAlive
:
true
}},
{
path
:
'/pay-entry'
,
component
:
PayEntry
,
name
:
'PayEntry'
,
meta
:
{
keepAlive
:
true
}},
...
...
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