[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false

1,214 阅读1分钟

uniapp小程序scroll-view的报错:

使用scroll-view滑动的时候就会报错以下问题:

image.png

[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 报错的解释(有道翻译): 尝试取消一个touchmove事件与cancelable=false,例如,因为滚动正在进行,不能中断。

image.png

找到page.json里的下拉刷新注释掉就可以了。