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
a4b71166
Commit
a4b71166
authored
Aug 23, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
03ed3fff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
FreeHome.vue
src/components/FreeTravel/FreeHome.vue
+2
-3
FreeList2.vue
src/components/FreeTravel/FreeList2.vue
+14
-1
No files found.
src/components/FreeTravel/FreeHome.vue
View file @
a4b71166
...
...
@@ -159,7 +159,6 @@
height
:
280px
;
background
:
linear-gradient
(
180deg
,
rgba
(
0
,
0
,
0
,
0.57
),
rgba
(
0
,
0
,
0
,
-0.38
));
border-radius
:
6px
;
margin-right
:
20px
;
overflow
:
hidden
;
}
.FreeHome
.fh-city
.city-m
>
img
{
...
...
@@ -674,7 +673,7 @@
<span
@
click
.
stop=
"goList2(item, 'menpiao')"
>
门票
</span>
<span
@
click
.
stop=
"goList2(item, 'canshi')"
>
餐食
</span>
<span
@
click
.
stop=
"goList2(item, 'yiri')"
>
一日游
</span>
<img
@
click
.
stop=
"goList2(item)"
src=
"../../assets/img/freeHome/more_s.png"
alt=
""
>
<img
@
click
.
stop=
"goList2(item
, 'all'
)"
src=
"../../assets/img/freeHome/more_s.png"
alt=
""
>
</div>
</div>
</div>
...
...
@@ -979,7 +978,7 @@ export default {
this
.
$router
.
push
({
name
:
"FreeList2"
,
query
:
{
tag
:
1
,
tag
:
type
,
id
:
obj
.
number
,
type
:
2
,
name
:
obj
.
name
,
...
...
src/components/FreeTravel/FreeList2.vue
View file @
a4b71166
...
...
@@ -813,6 +813,20 @@ export default {
this
.
ccId
=
this
.
$route
.
query
.
id
;
this
.
ccName
=
this
.
$route
.
query
.
name
;
this
.
CCListActive
=
this
.
$route
.
query
.
CCListActive
;
if
(
this
.
$route
.
query
.
tag
)
{
if
(
this
.
$route
.
query
.
tag
==
'menpiao'
)
{
this
.
msg
.
cat_main_keys
=
[
"TAG_2"
]
this
.
typeTagIndex
=
0
}
else
if
(
this
.
$route
.
query
.
tag
==
'canshi'
){
this
.
msg
.
cat_sub_keys
=
[
"TAG_2_5"
]
this
.
typeTagIndex
=
3
}
else
if
(
this
.
$route
.
query
.
tag
==
'yiri'
){
this
.
msg
.
cat_main_keys
=
[
"TAG_4"
]
this
.
typeTagIndex
=
1
}
else
if
(
this
.
$route
.
query
.
tag
==
'all'
){
}
}
this
.
getList
()
this
.
getCCList
(
1
)
},
...
...
@@ -914,7 +928,6 @@ export default {
// 获取列表
getList
(
type
,
id
){
let
query
=
this
.
$route
.
query
;
console
.
log
(
query
)
if
(
query
.
type
==
1
)
{
this
.
msg
.
country_keys
=
[
query
.
id
]
}
else
{
...
...
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