我想弹出层的时候设置禁止弹层下面内容滚动
如何解决?
page.json的"disableScroll": true,能动态修改吗?
遮罩层加catchtouchmove=‘true’
<view class=“modal-dialog” wx:if="{{showModal}}" catchtouchmove=‘true’ >
</view>