ソースを参照

优化banner加载速度

ming 1 年間 前
コミット
c5c8943367
1 ファイル変更2 行追加2 行削除
  1. 2 2
      assets/js/commonVue.js

+ 2 - 2
assets/js/commonVue.js

@@ -130,10 +130,10 @@ const App = {
       }
       setTimeout(function(){
         _this.contentBoolean=true
-      },500)
+      },1500)
       setTimeout(function(){
         _this.footerBoolean=true
-      },3000)
+      },2000)
     },