Commit cca73a5a authored by huangyuanyuan's avatar huangyuanyuan

update

parent a133655b
...@@ -283,8 +283,8 @@ ...@@ -283,8 +283,8 @@
<span class="cont_bottom cont_bottom3">选择定制师定制你的专属行程</span> <span class="cont_bottom cont_bottom3">选择定制师定制你的专属行程</span>
</div> </div>
</div> </div>
<el-col :span="18" :offset="3" class="clearfix _someone"> <div style="width:1200px;margin:0 auto;margin-top:40px" class="clearfix _someone" :style="{zoom: zoom}">
<div v-if="index<4" v-for="(item,index) in CustomDesignerList" :key="item.name" class="_someone_item"> <div v-if="index<5" v-for="(item,index) in CustomDesignerList" :key="item.name" class="_someone_item">
<div class="_someone_item_top"> <div class="_someone_item_top">
<div> <div>
<p class="_name">{{item.name}} <span v-if="item.emBirthday!=''">/</span> {{item.emBirthday | Year}}</p> <p class="_name">{{item.name}} <span v-if="item.emBirthday!=''">/</span> {{item.emBirthday | Year}}</p>
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
</div> </div>
</div> </div>
</div> </div>
</el-col> </div>
</el-row> </el-row>
<div class="footer"> <div class="footer">
<el-row> <el-row>
...@@ -375,6 +375,7 @@ export default { ...@@ -375,6 +375,7 @@ export default {
let Height = window.innerHeight let Height = window.innerHeight
this.zoom = Math.round((Height/1080) * 100) / 100 this.zoom = Math.round((Height/1080) * 100) / 100
this.isLogin=this.$store.state.isLogin; this.isLogin=this.$store.state.isLogin;
console.log("this.zoom",this.zoom)
}, },
mounted() { mounted() {
this.getSlideList(); this.getSlideList();
...@@ -665,7 +666,7 @@ export default { ...@@ -665,7 +666,7 @@ export default {
._someone_item{ ._someone_item{
float: left; float: left;
cursor: pointer; cursor: pointer;
margin-right: 73px; margin-right: 40px;
} }
._someone_item_last{ ._someone_item_last{
......
...@@ -161,12 +161,12 @@ export default { ...@@ -161,12 +161,12 @@ export default {
// 系列 // 系列
GostartCity(place){ GostartCity(place){
this.$router.push({ path:'/search', this.$router.push({ path:'/search',
query:{tab:2,keywords:"",startCityId:place} }) query:{tab:2,keywords:place} })
}, },
// 系列 // 系列
GoLine(item,line){ GoLine(item,line){
this.$router.push({ path:'/search', 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){ TagGourl(path,item,num){
......
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