zhaojs
2023-06-30 6d49fdb33d5000eb1e1cfb778fe01c6a71446267
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;