浏览代码

优化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)
     },