hookehuyr

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

移除多个页面的TabBar组件以解决特定场景下的显示问题
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 </div> 16 </div>
17 17
18 <!-- Tab Bar --> 18 <!-- Tab Bar -->
19 - <TabBar current="" /> 19 + <!-- <TabBar current="" /> -->
20 </div> 20 </div>
21 </template> 21 </template>
22 22
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
57 </view> 57 </view>
58 58
59 <!-- TabBar --> 59 <!-- TabBar -->
60 - <TabBar current="me" /> 60 + <!-- <TabBar current="me" /> -->
61 </view> 61 </view>
62 </template> 62 </template>
63 63
......
1 <!-- 1 <!--
2 * @Date: 2026-01-29 22:26:13 2 * @Date: 2026-01-29 22:26:13
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2026-01-29 23:09:44 4 + * @LastEditTime: 2026-01-30 21:36:29
5 * @FilePath: /manulife-weapp/src/pages/feedback/index.vue 5 * @FilePath: /manulife-weapp/src/pages/feedback/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
56 </view> 56 </view>
57 57
58 <!-- TabBar --> 58 <!-- TabBar -->
59 - <TabBar current="me" /> 59 + <!-- <TabBar current="me" /> -->
60 </view> 60 </view>
61 </template> 61 </template>
62 62
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
112 </view> 112 </view>
113 </nut-popup> 113 </nut-popup>
114 114
115 - <TabBar current="me" /> 115 + <!-- <TabBar current="me" /> -->
116 </view> 116 </view>
117 </template> 117 </template>
118 118
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
53 </div> 53 </div>
54 54
55 <!-- Tab Bar --> 55 <!-- Tab Bar -->
56 - <TabBar current="home" /> 56 + <!-- <TabBar current="home" /> -->
57 </div> 57 </div>
58 </template> 58 </template>
59 59
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
63 </div> 63 </div>
64 64
65 <!-- Tab Bar --> 65 <!-- Tab Bar -->
66 - <TabBar /> 66 + <!-- <TabBar /> -->
67 </div> 67 </div>
68 </template> 68 </template>
69 69
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 </div> 16 </div>
17 17
18 <!-- Tab Bar --> 18 <!-- Tab Bar -->
19 - <TabBar current="me" /> 19 + <!-- <TabBar current="me" /> -->
20 </div> 20 </div>
21 </template> 21 </template>
22 22
......
...@@ -74,12 +74,7 @@ ...@@ -74,12 +74,7 @@
74 </view> 74 </view>
75 75
76 <!-- TabBar --> 76 <!-- TabBar -->
77 - <TabBar current="" /> 77 + <!-- <TabBar current="" /> -->
78 - <!-- Note: Design shows Home/AI/Mine. It doesn't highlight 'Plan'.
79 - Since Plan is a feature, maybe it shouldn't show TabBar or should show 'Mine' as active if accessed from Mine.
80 - I'll set current to 'me' if it's considered part of Mine module, or just leave it.
81 - The design code footer has "首页, AI答疑, 我的".
82 - I will use 'me' as active since it was accessed from 'Mine'. -->
83 </view> 78 </view>
84 </template> 79 </template>
85 80
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
109 </div> 109 </div>
110 110
111 <!-- TabBar --> 111 <!-- TabBar -->
112 - <TabBar /> 112 + <!-- <TabBar /> -->
113 </div> 113 </div>
114 </template> 114 </template>
115 115
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 </div> 16 </div>
17 17
18 <!-- Tab Bar --> 18 <!-- Tab Bar -->
19 - <TabBar current="me" /> 19 + <!-- <TabBar current="me" /> -->
20 </div> 20 </div>
21 </template> 21 </template>
22 22
......