Commit 650fe504 authored by youjie's avatar youjie

no message

parent 3424247d
...@@ -439,6 +439,9 @@ ul,li{ ...@@ -439,6 +439,9 @@ ul,li{
.indexRoll1Hd{ .indexRoll1Hd{
width: 40%; width: 40%;
} }
.indexRoll1Hd.indexRoll1Hd2{
width: 35%;
}
.containerRoll2{ .containerRoll2{
padding-left: 280px; padding-left: 280px;
padding-right: 40px; padding-right: 40px;
...@@ -487,7 +490,10 @@ ul,li{ ...@@ -487,7 +490,10 @@ ul,li{
font-size: 1.2rem; font-size: 1.2rem;
} }
.indexRoll1Hd{ .indexRoll1Hd{
width:29%; width:35%;
}
.indexRoll1Hd.indexRoll1Hd2{
width: 29%;
} }
.swipercomSubEn{ .swipercomSubEn{
left: -2rem; left: -2rem;
......
...@@ -386,7 +386,7 @@ export default { ...@@ -386,7 +386,7 @@ export default {
newPageCount: 2, newPageCount: 2,
navList: [ navList: [
{ {
title: "观光行程", title: "行程线路",
img: "nav-map", img: "nav-map",
}, },
{ {
...@@ -427,6 +427,15 @@ export default { ...@@ -427,6 +427,15 @@ export default {
}, },
methods: { methods: {
navClick(item) { 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", { this.CommonJump("/search", {
areaId: this.detail.Id, areaId: this.detail.Id,
qsearchDate: this.searchDate, 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