提交 66f79b21 编写于 作者: D DCloud_LXH

fix(h5): custom-tab-bar visible question/132947

上级 502cbd00
......@@ -7,9 +7,9 @@
}"
class="uni-tabbar"
>
<template v-for="(item, index) in tabBar.list" :key="item.pagePath">
<div
v-for="(item, index) in tabBar.list"
:key="item.pagePath"
v-if="item.visible !== false"
class="uni-tabbar__item"
@click="switchTab(item, index)"
>
......@@ -56,6 +56,7 @@
</div>
</div>
</div>
</template>
</div>
</uni-tabbar>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册