Open lcgyh opened 7 years ago
怎么阻止移动端页面滚动?
$(document).on('touchmove',function(e){ e.preventDefault(); })
position: fixed;top:0;left: 0;
怎么阻止移动端页面滚动?