用一个view把代码包起来,
当模态层出来时给它添加height:100%;position: absolute;overflow: hidden;
模态框消失时去掉样式
<view class="box" :class={"fixedHeight:xxx===xxx"}>
<view>内容<view>
<view>弹窗<view>
</view>
<style>
.fixedHeight {
height:100%;
position: absolute;
overflow: hidden;
}
<style>
转账请注明:https://www.cnblogs.com/dalulu/p/9242115.html