Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
c537e89e
Commit
c537e89e
authored
Dec 27, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加新版行程
parent
f2fe7465
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
741 additions
and
1 deletion
+741
-1
App.vue
src/App.vue
+1
-1
hotel.jpg
src/assets/img/newtrip/hotel.jpg
+0
-0
detailTwo.vue
src/components/mall/detailTwo.vue
+12
-0
newTrip.vue
src/components/mall/newTrip.vue
+719
-0
router.js
src/router.js
+9
-0
No files found.
src/App.vue
View file @
c537e89e
...
...
@@ -101,7 +101,7 @@ export default {
<
style
>
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_863923_
gfxa4q9jlne
.css'
;
@import
'//at.alicdn.com/t/font_863923_
fcbdh6pkoc8
.css'
;
@import
'./assets/global/global.css'
;
@import
'./assets/css/common.css'
;
body
,
html
{
...
...
src/assets/img/newtrip/hotel.jpg
0 → 100644
View file @
c537e89e
48.4 KB
src/components/mall/detailTwo.vue
View file @
c537e89e
...
...
@@ -245,6 +245,11 @@
<i
class=
"iconfont icon-hangchenganpai"
></i>
PDF下载
</li>
<li
@
click=
"goUrlTrip()"
style=
"display:none;"
>
<i
class=
"iconfont icon-hangchenganpai"
></i>
行程
</li>
</ul>
</el-col>
<el-col
:span=
"6"
>
...
...
@@ -1071,6 +1076,13 @@ export default {
goScroll
(
id
){
this
.
scrollobj
.
scrollTop
=
document
.
getElementById
(
id
).
offsetTop
+
screen
.
availHeight
-
350
;
},
//跳转至新行程
goUrlTrip
(){
this
.
$router
.
push
({
name
:
"newTrip"
,
query
:
{}
})
},
handleScroll
(){
try
{
if
(
this
.
scrollobj
.
scrollTop
>
this
.
$refs
.
nav
.
offsetTop
){
...
...
src/components/mall/newTrip.vue
0 → 100644
View file @
c537e89e
This diff is collapsed.
Click to expand it.
src/router.js
View file @
c537e89e
...
...
@@ -29,6 +29,15 @@ export default new Router({
name
:
"login"
,
component
:
loginRed
},
{
path
:
'/newTrip'
,
name
:
'newTrip'
,
component
:
resolve
=>
require
([
'@/components/mall/newTrip'
],
resolve
),
meta
:
{
title
:
'行程'
}
},
{
path
:
"/"
,
name
:
"index"
,
...
...
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