$('body').on('touchmove', function (event) {
event.preventDefault();
});
$("body").unbind('touchmove');
微信端加载中禁止滑动页面与恢复
最新推荐文章于 2021-11-08 14:22:19 发布
$('body').on('touchmove', function (event) {
event.preventDefault();
});
$("body").unbind('touchmove');