$("body").on('touchmove',function(event) { event.preventDefault(); }, false);//禁止默认事件
$(".btn-close").unbind('touchmove');//需要添加事件的元素解绑
$("body").on('touchmove',function(event) { event.preventDefault(); }, false);//禁止默认事件
$(".btn-close").unbind('touchmove');//需要添加事件的元素解绑