heyang 3 anni fa
parent
commit
7bb41922df
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      microserviceUserH5/static/js/vender/move.js

+ 0 - 3
microserviceUserH5/static/js/vender/move.js

@@ -61,9 +61,6 @@ var sliderData = (function(cb){
         cb();
       }
     } else {
-      if(pageNum + 1 == sliderNumber){
-        width = 651
-      }
       // 向右划
       if (Math.abs(distance) > width / 3 || (Math.abs(distance) > 40 && duration < 600)) {
         newTranslateX = startTranslate - width;