移动端弹窗禁止底部滚动页面

$('.img-view,.shadow').bind("touchmove",function(e){

        e.preventDefault();

    }); 

你可能感兴趣的:(移动端弹窗禁止底部滚动页面)