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
59da88d2
Commit
59da88d2
authored
Jun 18, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
c76d2bd7
aca56c00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
IndependentTravel.vue
src/components/DependentTravel/IndependentTravel.vue
+5
-4
index.vue
src/components/GroupTour/index.vue
+2
-2
No files found.
src/components/DependentTravel/IndependentTravel.vue
View file @
59da88d2
...
...
@@ -283,8 +283,8 @@
<span
class=
"cont_bottom cont_bottom3"
>
选择定制师定制你的专属行程
</span>
</div>
</div>
<
el-col
:span=
"18"
:offset=
"3"
class=
"clearfix _someone
"
>
<div
v-if=
"index
<
4
"
v-for=
"(item,index) in CustomDesignerList"
:key=
"item.name"
class=
"_someone_item"
>
<
div
style=
"width:1200px;margin:0 auto;margin-top:40px"
class=
"clearfix _someone"
:style=
"
{zoom: zoom}
">
<div
v-if=
"index
<
5
"
v-for=
"(item,index) in CustomDesignerList"
:key=
"item.name"
class=
"_someone_item"
>
<div
class=
"_someone_item_top"
>
<div>
<p
class=
"_name"
>
{{
item
.
name
}}
<span
v-if=
"item.emBirthday!=''"
>
/
</span>
{{
item
.
emBirthday
|
Year
}}
</p>
...
...
@@ -298,7 +298,7 @@
</div>
</div>
</div>
</
el-col
>
</
div
>
</el-row>
<div
class=
"footer"
>
<el-row>
...
...
@@ -375,6 +375,7 @@ export default {
let
Height
=
window
.
innerHeight
this
.
zoom
=
Math
.
round
((
Height
/
1080
)
*
100
)
/
100
this
.
isLogin
=
this
.
$store
.
state
.
isLogin
;
console
.
log
(
"this.zoom"
,
this
.
zoom
)
},
mounted
()
{
this
.
getSlideList
();
...
...
@@ -665,7 +666,7 @@ export default {
._someone_item
{
float
:
left
;
cursor
:
pointer
;
margin-right
:
73
px
;
margin-right
:
40
px
;
}
._someone_item_last
{
...
...
src/components/GroupTour/index.vue
View file @
59da88d2
...
...
@@ -161,12 +161,12 @@ export default {
// 系列
GostartCity
(
place
){
this
.
$router
.
push
({
path
:
'/search'
,
query
:{
tab
:
2
,
keywords
:
""
,
startCityId
:
place
}
})
query
:{
tab
:
2
,
keywords
:
place
}
})
},
// 系列
GoLine
(
item
,
line
){
this
.
$router
.
push
({
path
:
'/search'
,
query
:{
tab
:
2
,
keywords
:
""
,
lineId
:
item
.
lineName
,
lineteamId
:
line
.
ltName
}
})
query
:{
keywords
:
""
,
lineId
:
item
.
lineName
,
lineteamId
:
line
.
ltName
}
})
},
// 景点
TagGourl
(
path
,
item
,
num
){
...
...
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