|
@@ -308,35 +308,35 @@ export default defineComponent({
|
|
|
/**
|
|
|
* 需要第三个画面的时候
|
|
|
*/
|
|
|
- let timer = setTimeout(function() {
|
|
|
- $(skSlogan).fadeOut();
|
|
|
- $(aniThree).show();
|
|
|
- $(logoLeft).addClass("logoLeftAni");
|
|
|
- $(logoRight).addClass("logoRightAni");
|
|
|
- $(line).addClass("lineAni");
|
|
|
- $(text).addClass("lineAni");
|
|
|
- clearTimeout(timer);
|
|
|
- let time2 = setTimeout(() => {
|
|
|
- clearTimeout(time2);
|
|
|
- console.log("/weather" + "?type=" + type);
|
|
|
- router.push({
|
|
|
- path: "/weather",
|
|
|
- query: { type: proxyData.type },
|
|
|
- });
|
|
|
- }, 30000);
|
|
|
- }, 30000);
|
|
|
+ // let timer = setTimeout(function() {
|
|
|
+ // $(skSlogan).fadeOut();
|
|
|
+ // // $(aniThree).show();
|
|
|
+ // $(logoLeft).addClass("logoLeftAni");
|
|
|
+ // $(logoRight).addClass("logoRightAni");
|
|
|
+ // $(line).addClass("lineAni");
|
|
|
+ // $(text).addClass("lineAni");
|
|
|
+ // clearTimeout(timer);
|
|
|
+ // let time2 = setTimeout(() => {
|
|
|
+ // clearTimeout(time2);
|
|
|
+ // console.log("/weather" + "?type=" + type);
|
|
|
+ // router.push({
|
|
|
+ // path: "/weather",
|
|
|
+ // query: { type: proxyData.type },
|
|
|
+ // });
|
|
|
+ // }, 30000);
|
|
|
+ // }, 30000);
|
|
|
|
|
|
/**
|
|
|
* 删除第三部分的时候用此代码
|
|
|
*/
|
|
|
- // let time2 = setTimeout(() => {
|
|
|
- // clearTimeout(time2);
|
|
|
- // console.log("/weather" + "?type=" + type);
|
|
|
- // router.push({
|
|
|
- // path: "/weather",
|
|
|
- // query: { type: proxyData.type },
|
|
|
- // });
|
|
|
- // }, 30000);
|
|
|
+ let time2 = setTimeout(() => {
|
|
|
+ clearTimeout(time2);
|
|
|
+ console.log("/weather" + "?type=" + type);
|
|
|
+ router.push({
|
|
|
+ path: "/weather",
|
|
|
+ query: { type: proxyData.type },
|
|
|
+ });
|
|
|
+ }, 30000);
|
|
|
});
|
|
|
},
|
|
|
// 动态修改样式
|
|
@@ -398,7 +398,7 @@ export default defineComponent({
|
|
|
|
|
|
/* 第3部分动画 */
|
|
|
.aniThree {
|
|
|
- /* display: none; */
|
|
|
+ display: none;
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
position: absolute;
|