Commit 650fe504 authored by youjie's avatar youjie

no message

parent 3424247d
......@@ -439,6 +439,9 @@ ul,li{
.indexRoll1Hd{
width: 40%;
}
.indexRoll1Hd.indexRoll1Hd2{
width: 35%;
}
.containerRoll2{
padding-left: 280px;
padding-right: 40px;
......@@ -487,7 +490,10 @@ ul,li{
font-size: 1.2rem;
}
.indexRoll1Hd{
width:29%;
width:35%;
}
.indexRoll1Hd.indexRoll1Hd2{
width: 29%;
}
.swipercomSubEn{
left: -2rem;
......
......@@ -202,7 +202,7 @@
</div>
</div>
<!-- <div v-for="item in navList" :key="item.img" class="nav-item" @click="navClick(item)">
<img
class="nav-img"
:src="require(`../../assets/img/${item.img}.png`)"
......@@ -386,7 +386,7 @@ export default {
newPageCount: 2,
navList: [
{
title: "观光行程",
title: "行程线路",
img: "nav-map",
},
{
......@@ -427,6 +427,15 @@ export default {
},
methods: {
navClick(item) {
if(item.title=='行程线路'){
this.CommonJump("/searchProduct", {
areaId: this.detail.Id,
qsearchDate: this.searchDate,
qsearchEndDate: this.searchEndDate,
CategoryName: item.title,
});
return
}
this.CommonJump("/search", {
areaId: this.detail.Id,
qsearchDate: this.searchDate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment