优化细节
This commit is contained in:
@@ -66,7 +66,9 @@ const list = computed<Item[]>(() => {
|
||||
|
||||
// 隐藏原生 tabBar
|
||||
// #ifndef MP
|
||||
uni.hideTabBar();
|
||||
if (ctx.tabBar.list != null) {
|
||||
uni.hideTabBar();
|
||||
}
|
||||
// #endif
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user