uni-app 禁止遮罩层下的页面滚动

方法一、touch触摸事件:



methods: {
    moveHandle() {}
}

方法二、 css控制底层不允许滚动:





你可能感兴趣的:(uni-app 禁止遮罩层下的页面滚动)