Commit c77770c8 authored by 黄媛媛's avatar 黄媛媛

update

parent 23b72ea9
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
<div v-loading="PageLoad" class="Home commonF"> <div v-loading="PageLoad" class="Home commonF">
<div class="Home_top"> <div class="Home_top">
<el-carousel arrow="always" height="300px" :interval="10000" trigger="click" :style="{'background':'#ddd'}"> <el-carousel arrow="always" height="300px" :interval="10000" trigger="click" :style="{'background':'#ddd'}">
<el-carousel-item>
<a style="display:block;height:100%" href="http://www.oytour.com/#/Juanski" target="_blank">
<img src='../assets/img/juan/huaxue1.jpg'>
</a>
</el-carousel-item>
<el-carousel-item> <el-carousel-item>
<a style="display:block;height:100%" href="http://www.oytour.com/#/FoodImg2" target="_blank"> <a style="display:block;height:100%" href="http://www.oytour.com/#/FoodImg2" target="_blank">
<img src='../assets/img/juan/qiufenghuodong.jpg'> <img src='../assets/img/juan/qiufenghuodong.jpg'>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
transition: all 0.6s; transition: all 0.6s;
} }
.tst-one{ .tst-one{
background: url('../../assets/img/juan/bg4_1.jpg') 100% center; background: url('../../assets/img/juan/tuan4.jpg') 100% center;
background-size: cover; background-size: cover;
} }
.tst-two{ .tst-two{
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
background-size: cover; background-size: cover;
} }
.tst-huaxue{ .tst-huaxue{
background: url('../../assets/img/juan/huaxue.jpg') 100% center; background: url('../../assets/img/juan/huaxue2.jpg') 100% center;
background-size: cover; background-size: cover;
} }
...@@ -356,6 +356,8 @@ ...@@ -356,6 +356,8 @@
<p class="f30" style="text-align:center;margin-top:100px">本季<span style="color:#EE4454">. 精选特惠</span></p> <p class="f30" style="text-align:center;margin-top:100px">本季<span style="color:#EE4454">. 精选特惠</span></p>
<p class="f20" style="color:#999999;text-align:center">Selected Recommendation</p> <p class="f20" style="color:#999999;text-align:center">Selected Recommendation</p>
<div class="jxth destiDiv basefix"> <div class="jxth destiDiv basefix">
<div @click="goUrl('Juanski')" class="destiItem tst-huaxue">
</div>
<div @click="goUrl('FoodImg4')" class="destiItem tst-one"> <div @click="goUrl('FoodImg4')" class="destiItem tst-one">
</div> </div>
<div @click="goUrl('Fire')" class="destiItem tst-two"> <div @click="goUrl('Fire')" class="destiItem tst-two">
...@@ -366,8 +368,8 @@ ...@@ -366,8 +368,8 @@
</div> --> </div> -->
<div @click="goUrl('Img5')" class="destiItem tst-five"> <div @click="goUrl('Img5')" class="destiItem tst-five">
</div> </div>
<div @click="goUrl('Juanski')" class="destiItem tst-huaxue"> <!-- <div @click="goUrl('Juanski')" class="destiItem tst-huaxue">
</div> </div> -->
<!-- <div class="destiItem"> <!-- <div class="destiItem">
<img src="../../assets/img/home/tour1.png" alt=""> <img src="../../assets/img/home/tour1.png" alt="">
</div> </div>
......
...@@ -441,7 +441,7 @@ export default { ...@@ -441,7 +441,7 @@ export default {
let Height = window.innerHeight let Height = window.innerHeight
this.zoom = (Math.round((Height/1080) * 100) / 100) + 0.1 this.zoom = (Math.round((Height/1080) * 100) / 100) + 0.1
let autoLogin = localStorage.autoLogin ? JSON.parse(localStorage.autoLogin) : null let autoLogin = localStorage.autoLogin ? JSON.parse(localStorage.autoLogin) : null
console.log("this.zoom",this.zoom) // console.log("this.zoom",this.zoom)
this.loginMsg.account = autoLogin ? autoLogin.acc : '' this.loginMsg.account = autoLogin ? autoLogin.acc : ''
this.loginMsg.password = autoLogin ? autoLogin.pwd : '' this.loginMsg.password = autoLogin ? autoLogin.pwd : ''
this.checked = autoLogin ? true : false this.checked = autoLogin ? true : false
......
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