vue uniapp 弹出层背景穿透,穿层
// 投注信息弹窗 内容组件上 @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"
浙公网安备 33010602011771号