Browse Source

删除第三屏世博会

zhaojing 1 year ago
parent
commit
207fddddb5
2 changed files with 52 additions and 52 deletions
  1. 26 26
      src/views/home/index.vue
  2. 26 26
      src/views/home/tiantan.vue

+ 26 - 26
src/views/home/index.vue

@@ -305,35 +305,35 @@ export default defineComponent({
           /**
            * 删除第三部分的时候用此代码
            */
-          // let time2 = setTimeout(() => {
-          //   clearTimeout(time2);
-          //   router.push({
-          //     path: "/weather",
-          //     query: { type: proxyData.type },
-          //   });
-          //   // 30000
-          // }, 30000);
+          let time2 = setTimeout(() => {
+            clearTimeout(time2);
+            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);
-              router.push({
-                path: "/weather",
-                query: { type: proxyData.type },
-              });
-              // 30000
-            }, 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);
+          //     router.push({
+          //       path: "/weather",
+          //       query: { type: proxyData.type },
+          //     });
+          //     // 30000
+          //   }, 30000);
+          // }, 30000);
         });
       },
       // 动态修改样式
@@ -395,7 +395,7 @@ export default defineComponent({
 
 /* 第3部分动画 */
 .aniThree {
-  /* display: none; */
+  display: none; 
   width: 100vw;
   height: 100vh;
   position: absolute;

+ 26 - 26
src/views/home/tiantan.vue

@@ -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;