Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
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
lixy
vue-ssr
Commits
896869d6
Commit
896869d6
authored
Sep 02, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删减旅游、营地列表面包屑
parent
01caed7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
16 deletions
+6
-16
campsite.vue
pages/campsite.vue
+5
-10
tour.vue
pages/tour.vue
+1
-6
No files found.
pages/campsite.vue
View file @
896869d6
...
...
@@ -17,15 +17,8 @@
class=
"mb-50"
>
</vehicle-banner>
<div
class=
"wrap"
>
<div
class=
"bread-menu"
style=
"padding-bottom: 0"
>
<nuxt-link
to=
"/"
>
首页>
</nuxt-link>
<!--
<nuxt-link
to=
"/campsite"
>
房车营地>
</nuxt-link>
-->
<span>
房车营地
</span>
</div>
<div
class=
"clearfix total-div"
style=
"background-color: #fff;padding:13px 0 19px 14px;color:#666;height:50px"
>
共
{{
totalCount
}}
个房车营地
<select
@
change=
"chooseSelect($event)"
style=
"width:145px;text-align:center;height:30px;float:right;border:none;outline: none;color:#666;padding-left:30px"
...
...
@@ -43,10 +36,8 @@
<nuxt-link
:to=
"item.link"
class=
""
>
<button
class=
"buttonDetails"
>
营地详情
<img
style=
"position: absolute;"
src=
"../assets/images/r.png"
/></button>
</nuxt-link>
</li>
</ul>
</div>
</div>
<footer-modal></footer-modal>
...
...
@@ -170,6 +161,11 @@ export default {
let
cc
=
data
.
data
;
return
{
bannerList
:
cc
}
},
head
()
{
return
{
title
:
"欣新房车营地|房车营地|房车露营|房车自驾营地|房车出行景点|房车营地APP"
}
},
};
</
script
>
<
style
scoped
>
...
...
@@ -192,7 +188,6 @@ export default {
padding
:
0
;
margin
:
0
;
list-style
:
none
;
}
.campsiteDetail
li
{
...
...
pages/tour.vue
View file @
896869d6
...
...
@@ -19,11 +19,6 @@
</vehicle-banner>
</div>
<div
class=
"wrap"
>
<div
class=
"bread-menu"
style=
"padding-bottom: 0"
>
<nuxt-link
to=
"/"
>
首页>
</nuxt-link>
<!--
<nuxt-link
to=
"/campsite"
>
房车营地>
</nuxt-link>
-->
<span>
房车旅行
</span>
</div>
<div
class=
"clearfix total-div"
style=
"background-color: #fff;padding:13px 0 19px 14px;color:#666;height:50px"
>
共
{{
totalCount
}}
个旅行路线
<!--
<div
class=
"selectDiv"
>
-->
...
...
@@ -46,7 +41,7 @@
<h6
style=
"font-size: 14px;font-weight:400;margin:0 0 54px 14px"
>
{{
item
.
describe
}}
</h6>
<nuxt-link
:to=
"item.link"
class=
"flex-aic"
>
<button
class=
"buttonDetails"
>
租车
详情
<img
style=
"position: absolute;"
src=
"../assets/images/r.png"
/></button>
<button
class=
"buttonDetails"
>
旅行
详情
<img
style=
"position: absolute;"
src=
"../assets/images/r.png"
/></button>
</nuxt-link>
</div>
</li>
...
...
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