<view class="upDateModal" v-if="forceImg" catchtouchmove="preventTouchMove"></view>
<view class="" v-if="forceImg" catchtouchmove="preventTouchMove">
<view class="upDateModal-content1" @click="upDataJump">
<image src="../../static/forceImg.png"></image>
</view>
</view>
怎么把底部导航给遮住,这个自定义modal出来后不能点击底部导航栏
2 个回复
奋豆d小青年
官方api为:
uni.hideTabBar({
animation: true
})
uni.showTabBar({
animation: true
})
打开modal就调用api隐藏tabbar,关闭时就显示tabbar
DCloud_heavensoft
前端盖不住原生。
全端的话,可以动态隐藏tabbar,有api。
如果是弹底部菜单,可以用actionsheet或者插件市场有个 底部图标菜单。
如果仅app的话,可以用subnvue