zhengjinyi il y a 4 ans
Parent
commit
af1dcc7878

+ 0 - 1
src/main/resources/static/js/base.js

@@ -207,7 +207,6 @@ var globalHead = new Vue({
         }
         $(window).on('scroll', function() {
             var scrollTop = $(this).scrollTop();
-            console.log(scrollTop);
             if(scrollTop>200){
                 _self.isFiexd = true;
 

+ 1 - 1
src/main/resources/static/js/index.js

@@ -194,7 +194,7 @@ var homeData = new Vue({
                         mainCell:".recommendBox-wrapper",
                         titCell:".swiper-pagination-floor span",
                         effect: "leftLoop",
-                        autoPlay: true,
+                        autoPlay: false,
                         scroll:5,
                         vis:5
                     });