Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
7daa5cee
Commit
7daa5cee
authored
Feb 24, 2020
by
吴学德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合伙人页面
parent
49626771
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
src/config/router.config.js
+11
-0
src/views/hhr-view/hhrCustomer.vue
+3
-4
src/views/hhr-view/newpackage/newPackageTips.vue
+4
-2
No files found.
src/config/router.config.js
View file @
7daa5cee
...
@@ -39,6 +39,11 @@ export const asyncRouterMap = [{
...
@@ -39,6 +39,11 @@ export const asyncRouterMap = [{
path
:
'home'
,
path
:
'home'
,
name
:
'TestHome'
,
name
:
'TestHome'
,
component
:
()
=>
import
(
'@/views/hhr-view/hhrCustomer.vue'
)
component
:
()
=>
import
(
'@/views/hhr-view/hhrCustomer.vue'
)
},
{
path
:
'newPackageTips'
,
name
:
'newPackageTips'
,
component
:
()
=>
import
(
'@views/hhr-view/newpackage/newPackageTips.vue'
)
}
}
]
]
}
}
...
@@ -74,6 +79,12 @@ export const constantRouterMap = [{
...
@@ -74,6 +79,12 @@ export const constantRouterMap = [{
name
:
'TestHome'
,
name
:
'TestHome'
,
component
:
()
=>
import
(
'@/views/hhr-view/hhrCustomer.vue'
)
component
:
()
=>
import
(
'@/views/hhr-view/hhrCustomer.vue'
)
}
}
,
{
path
:
'newPackageTips'
,
name
:
'newPackageTips'
,
component
:
()
=>
import
(
'@views/hhr-view/newpackage/newPackageTips.vue'
)
}
]
]
}
}
]
]
src/views/hhr-view/hhrCustomer.vue
View file @
7daa5cee
...
@@ -31,12 +31,11 @@
...
@@ -31,12 +31,11 @@
</fieldset>
</fieldset>
</div>
</div>
<div
v-show=
"newcar"
>
<div
v-show=
"newcar"
>
<div
style=
"background-image: url('./picture/hhr/06.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"
></div>
<div
style=
"background-image: url('./picture/hhr/06.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"
@
click=
"newPackage"
></div>
<van-button
type=
"info"
@
click=
"newcargoback"
:round=
"true"
style=
"width: 256px; margin:auto 100%"
>
返回
</van-button>
<div
style=
"height: 250px"
></div>
<div
style=
"height: 250px"
></div>
</div>
</div>
<van-popup
v-model=
"kefushow"
>
<van-popup
v-model=
"kefushow"
>
<img
src=
"/picture/hhr/service-qrcode.jpg"
style=
"width:100%;height: 100%"
@
click=
"newPackage"
>
<img
src=
"/picture/hhr/service-qrcode.jpg"
style=
"width:100%;height: 100%"
>
</van-popup>
</van-popup>
</div>
</div>
...
@@ -65,7 +64,7 @@
...
@@ -65,7 +64,7 @@
this
.
kefushow
=
true
;
this
.
kefushow
=
true
;
},
},
newPackage
(){
newPackage
(){
newPackage
this
.
$router
.
push
({
path
:
'newPackageTips'
})
}
}
}
}
}
}
...
...
src/views/hhr-view/new
Package
.vue
→
src/views/hhr-view/new
package/newPackageTips
.vue
View file @
7daa5cee
<
template
>
<
template
>
<div>
<img
src=
"/picture/hhr/adv_img.jpg"
style=
"width: 100%"
>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"newPackage"
name
:
"newPackage
Tips
"
}
}
</
script
>
</
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