iscoll兼容问题,解决页面整体滑动 document.addEventListener('touchmove', function(e) { e.preventDefault(); }, false);这句是解决浏览器与iscoll的兼容问题,加上之后就不会出现滑动屏幕时,整个页面滚动的问题了