小程序使用catchtouchmove遮罩层并绑定事件,实现禁页面上下滑动,具体方法如下:
1.首先,在页面中定义一个遮罩层;
<view catchtouchmove="noneEnoughPeople"></view>
2.在遮罩层出现时,禁止用户上下滑动页面即可;
function noneEnoughPeople(){console.log();}
console.log();
}