vue uniapp 弹出层背景穿透,穿层

发布时间 2023-12-10 13:40:59作者: 完美前端
// 投注信息弹窗 内容组件上 @touchmove.stop.prevent="() => {}" 
u-popup :show="show" @close="show= false" @open="open"
  component @touchmove.stop.prevent="() => {}" component /u-popup

// 和弹窗一起私用 自定义背景层,超过弹窗的背景层级 z-inde
 // view class="bg" v-if="show" @touchmove.stop.prevent="() => {}" @tap="show= false" /view
// 单独使用  添加自定义背景层
view class="bg" v-if="show" @touchmove.stop.prevent="() => {}" @tap="show= false"