Open Paulhejia opened 7 years ago
改成 这样就能 兼容了 touchMove(){
touchMove(){
if (e.target.tagName.match(/input|textarea|select/i)) { return }else{ e.preventDefault(); } this.scroller.doTouchMove(e.touches, e.timeStamp) }
if (e.target.tagName.match(/input|textarea|select/i)) { return }else{ e.preventDefault(); }
this.scroller.doTouchMove(e.touches, e.timeStamp)
}
不好使啊
改成 这样就能 兼容了
touchMove(){
if (e.target.tagName.match(/input|textarea|select/i)) { return }else{ e.preventDefault(); }
this.scroller.doTouchMove(e.touches, e.timeStamp)
}