public/html/fengqiangbang.html @@ -531,6 +531,10 @@ let touch = e.touches[0] // 列表的top值等于列表相对于box的偏移量+滑动的距离 let pySize= list.offsetTop + touch.pageY - touchStartPosition; if(pySize>=110) { return; } if(pySize<0) { return;