heyang 3 lat temu
rodzic
commit
fd080dfc85
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      microserviceUserH5/static/js/vender/move.js

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

@@ -64,7 +64,6 @@ var sliderData = (function(cb){
       // 向右划
       if (Math.abs(distance) > width / 3 || (Math.abs(distance) > 40 && duration < 600)) {
         newTranslateX = startTranslate - width;
-        document.getElementsByClassName("rest-tip")[0].innerText = `${translateX}`
       } else {
         newTranslateX = startTranslate;
       }