Explorar el Código

优化banner加载速度

ming hace 1 año
padre
commit
c5c8943367
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)
     },