chenzhiguang 4 years ago
parent
commit
66527f8e6f
2 changed files with 6 additions and 8 deletions
  1. BIN
      web/src/assets/video/welcome.mp4
  2. 6 8
      web/src/pages/Home.vue

BIN
web/src/assets/video/welcome.mp4


+ 6 - 8
web/src/pages/Home.vue

@@ -111,9 +111,9 @@
   </transition>
    
 
-    <div class="loading" v-if="loading">
+    <!-- <div class="loading" v-if="loading">
       <span>加载中...</span>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -224,19 +224,18 @@ export default {
     })
     window.addEventListener('loadfinish',  ()=> {
         this.showMenu = true
-        this.showthumb=false
         window.player.on("loadLongVideo", ()=> {
             this.showLoingVideo = true
         })
-        this.loading = false
+        this.showthumb=false
         setTimeout(() => {
           firstIn = false
           manage.switchBgmState(true);
           this.showTips = true
           setTimeout(() => {
             this.showTips = false
-          }, 5000); 
-        },1000);
+          }, 7000); 
+        });
     })
     
   },
@@ -272,7 +271,6 @@ export default {
         showWelcome:true,
         showLoingVideo: false,
         fileCode:'',
-        loading:false,
         showTips:false,
         showthumb:true
       }
@@ -392,7 +390,7 @@ export default {
     .blur{
       width: 100%;
       height: 100%;
-      filter:blur(8px);
+      filter:blur(4px);
     }
 }