阻止微信浏览器下拉滑动效果

document.body.addEventListener('touchmove', function (e) {
      e.preventDefault(); 
}, {passive: false});