//阻止屏幕滑动 $('html,body').on(touchmove,function(e){ e.preventDefault() });