heyang 3 éve%!(EXTRA string=óta)
szülő
commit
fd080dfc85
1 módosított fájl, 0 hozzáadás és 1 törlés
  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;
       }