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

卷妹说 新增滑雪模块

parent c4bf24ce
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -181,15 +181,7 @@ export default { ...@@ -181,15 +181,7 @@ export default {
// this.getFirstImg(); // this.getFirstImg();
this.AutoExchange(); this.AutoExchange();
}) })
//   var ua = navigator.userAgent.toLowerCase();//获取判断用的对象
//   if (ua.match(/MicroMessenger/i) == "micromessenger") {
//     //在微信中打开
// this.isPhone=true;
// this.AutoExchange3();
//   } else {
//   //否则就是PC浏览器打开
// this.isPhone=false;
// }
let userAgentInfo = navigator.userAgent; let userAgentInfo = navigator.userAgent;
let Agents = ["Android", "iPhone", let Agents = ["Android", "iPhone",
"SymbianOS", "Windows Phone", "SymbianOS", "Windows Phone",
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
background: url('../../assets/img/juan/tuan5.jpg') 100% center; background: url('../../assets/img/juan/tuan5.jpg') 100% center;
background-size: cover; background-size: cover;
} }
.tst-huaxue{
background: url('../../assets/img/juan/huaxue.jpg') 100% center;
background-size: cover;
}
.tstt{ .tstt{
background: url('../../assets/img/juan/listbanner.png') 100% center; background: url('../../assets/img/juan/listbanner.png') 100% center;
...@@ -358,10 +362,12 @@ ...@@ -358,10 +362,12 @@
</div> </div>
<div @click="goUrl('FoodImg')" class="destiItem tst-three"> <div @click="goUrl('FoodImg')" class="destiItem tst-three">
</div> </div>
<div @click="goUrl('FoodImg2')" class="destiItem tst-four"> <!-- <div @click="goUrl('FoodImg2')" class="destiItem tst-four">
</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>
<!-- <div class="destiItem"> <!-- <div class="destiItem">
<img src="../../assets/img/home/tour1.png" alt=""> <img src="../../assets/img/home/tour1.png" alt="">
</div> </div>
......
This diff is collapsed.
...@@ -12,6 +12,8 @@ import FoodImg4 from "./components/taskPage/FoodImg4"; ...@@ -12,6 +12,8 @@ import FoodImg4 from "./components/taskPage/FoodImg4";
import xiazaiAPP from "./components/taskPage/xiazaiAPP"; import xiazaiAPP from "./components/taskPage/xiazaiAPP";
import Fire from "./components/taskPage/Fire"; import Fire from "./components/taskPage/Fire";
import Img5 from "./components/taskPage/Img5"; import Img5 from "./components/taskPage/Img5";
import Juanski from "./components/taskPage/Juanski";
Vue.use(Router); Vue.use(Router);
...@@ -802,6 +804,16 @@ export default new Router({ ...@@ -802,6 +804,16 @@ export default new Router({
headerShow: true, headerShow: true,
}, },
}, },
{
path: "/Juanski",
name: "Juanski",
component: Juanski,
meta: {
title: "卷妹说--滑雪",
headerShow: true,
},
},
] ]
}); });
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