禁止微信内h5网页下拉

        document.body.addEventListener('touchmove', function (e) {
                e.preventDefault()
            }, { passive: false })
posted @ 2020-04-01 10:07  刘兵博客  阅读(1440)  评论(0编辑  收藏  举报