hookehuyr

fix: 在多个页面中临时隐藏TabBar组件

移除多个页面的TabBar组件以解决特定场景下的显示问题
......@@ -16,7 +16,7 @@
</div>
<!-- Tab Bar -->
<TabBar current="" />
<!-- <TabBar current="" /> -->
</div>
</template>
......
......@@ -57,7 +57,7 @@
</view>
<!-- TabBar -->
<TabBar current="me" />
<!-- <TabBar current="me" /> -->
</view>
</template>
......
<!--
* @Date: 2026-01-29 22:26:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-29 23:09:44
* @LastEditTime: 2026-01-30 21:36:29
* @FilePath: /manulife-weapp/src/pages/feedback/index.vue
* @Description: 文件描述
-->
......@@ -56,7 +56,7 @@
</view>
<!-- TabBar -->
<TabBar current="me" />
<!-- <TabBar current="me" /> -->
</view>
</template>
......
......@@ -112,7 +112,7 @@
</view>
</nut-popup>
<TabBar current="me" />
<!-- <TabBar current="me" /> -->
</view>
</template>
......
......@@ -53,7 +53,7 @@
</div>
<!-- Tab Bar -->
<TabBar current="home" />
<!-- <TabBar current="home" /> -->
</div>
</template>
......
......@@ -63,7 +63,7 @@
</div>
<!-- Tab Bar -->
<TabBar />
<!-- <TabBar /> -->
</div>
</template>
......
......@@ -16,7 +16,7 @@
</div>
<!-- Tab Bar -->
<TabBar current="me" />
<!-- <TabBar current="me" /> -->
</div>
</template>
......
......@@ -74,12 +74,7 @@
</view>
<!-- TabBar -->
<TabBar current="" />
<!-- Note: Design shows Home/AI/Mine. It doesn't highlight 'Plan'.
Since Plan is a feature, maybe it shouldn't show TabBar or should show 'Mine' as active if accessed from Mine.
I'll set current to 'me' if it's considered part of Mine module, or just leave it.
The design code footer has "首页, AI答疑, 我的".
I will use 'me' as active since it was accessed from 'Mine'. -->
<!-- <TabBar current="" /> -->
</view>
</template>
......
......@@ -109,7 +109,7 @@
</div>
<!-- TabBar -->
<TabBar />
<!-- <TabBar /> -->
</div>
</template>
......
......@@ -16,7 +16,7 @@
</div>
<!-- Tab Bar -->
<TabBar current="me" />
<!-- <TabBar current="me" /> -->
</div>
</template>
......