Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
项目里好几个地方都用到了滑动
这个报错 出现在slider 里 一划就报 但是不影响使用 也初始化了
mui(".mui-slider").slider();
滑动的时候表面上没什么问题 但是控制台会报上面的错
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20171114/81911453448fe79bf04295dae9cbabb2.png)