ソースを参照

feat: 续上,H5 也需要隐藏

菲鸽 2 年 前
コミット
7cf16d608c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/fg-tabbar/fg-tabbar.vue

+ 1 - 1
src/components/fg-tabbar/fg-tabbar.vue

@@ -36,7 +36,7 @@ function selectTabBar({ value: index }: { value: number }) {
 }
 onLoad(() => {
   // 解决原生 tabBar 未隐藏导致有2个 tabBar 的问题
-  // #ifdef APP-PLUS
+  // #ifdef APP-PLUS | H5
   uni.hideTabBar({
     fail(err) {
       console.log('hideTabBar fail: ', err)