$(".module").on("touchmove", ".list-horizontal", function (e) {
// doSomething
})
滚动.list-horizontal 里面的元素,[Intervention] Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
提示这个错误,怎么修改?