微信小程序弹出框 页面依然可以滑动的解决时间:2023-02-21 12:09:40在蒙层的最外层view中加入catchtouchmove=”preventTouchMove” -js 中写一个空白函数 1 preventTouchMove:function(e) { },