zhaojs
2023-07-04 05f90021545d909f62fca02475910b02cd80cc32
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;