heyuntao
2023-07-03 741672790a5dc06e2e078b29451458f779985c59
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;