coolui-scroller
coolui-scroller copied to clipboard
"coolui-scroller": "^3.3.3",存在滑动抖动的bug
在iOS机型先缓慢下拉刷新,刷新结束后再缓慢下拉刷新就会出现列表整体抖动的问题,演示小程序的“组合使用”里就可以复现,同样的步骤,Android机型上的现象是卡顿
收到近期优化一下~
TypeError: Cannot read property 'data' of null at fi.scroll (index.js:321) at Object.o.safeCallback (WASubContext.js?t=wechat&s=1715925499248&v=2.33.0:1) at WASubContext.js?t=wechat&s=1715925499248&v=2.33.0:1 at _e (WASubContext.js?t=wechat&s=1715925499248&v=2.33.0:1) at fe (WASubContext.js?t=wechat&s=1715925499248&v=2.33.0:1) at WASubContext.js?t=wechat&s=1715925499248&v=2.33.0:1 at WAServiceMainContext.js?t=wechat&s=1715925499248&v=2.33.0:1 at o.emit (WAServiceMainContext.js?t=wechat&s=1715925499248&v=2.33.0:1) at O.dispatch (WAServiceMainContext.js?t=wechat&s=1715925499248&v=2.33.0:1) at O.cb (WAServiceMainContext.js?t=wechat&s=1715925499248&v=2.33.0:1)(env: Windows,mp,1.06.2402040; lib: 2.33.0)还会报这个错误,3.3.4版本上拉刷新的时候
我也是遇到跟楼上一样的问题,各个组件单独拉出来使用是没有问题的,但一旦嵌入自己其他的代码就会一直报这个错误
从这个情况来看backToTopNodes并没有得到任何的数据,且封装的getRelationNodes得不到任何东西
且内部.data.threshold并没有相关定义的东西
https://wzs28150.github.io/coolui-scroller/v3/version.html#v3-3-5