Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-01-30 21:37:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
298f7c8a5e4b56770a7024d66e832542afa50508
298f7c8a
1 parent
7410faaf
fix: 在多个页面中临时隐藏TabBar组件
移除多个页面的TabBar组件以解决特定场景下的显示问题
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
16 deletions
src/pages/family-office/index.vue
src/pages/favorites/index.vue
src/pages/feedback/index.vue
src/pages/help-center/index.vue
src/pages/knowledge-base/index.vue
src/pages/material-list/index.vue
src/pages/onboarding/index.vue
src/pages/plan/index.vue
src/pages/product-detail/index.vue
src/pages/signing/index.vue
src/pages/family-office/index.vue
View file @
298f7c8
...
...
@@ -16,7 +16,7 @@
</div>
<!-- Tab Bar -->
<
TabBar current="" /
>
<
!-- <TabBar current="" /> --
>
</div>
</template>
...
...
src/pages/favorites/index.vue
View file @
298f7c8
...
...
@@ -57,7 +57,7 @@
</view>
<!-- TabBar -->
<
TabBar current="me" /
>
<
!-- <TabBar current="me" /> --
>
</view>
</template>
...
...
src/pages/feedback/index.vue
View file @
298f7c8
<!--
* @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>
...
...
src/pages/help-center/index.vue
View file @
298f7c8
...
...
@@ -112,7 +112,7 @@
</view>
</nut-popup>
<
TabBar current="me" /
>
<
!-- <TabBar current="me" /> --
>
</view>
</template>
...
...
src/pages/knowledge-base/index.vue
View file @
298f7c8
...
...
@@ -53,7 +53,7 @@
</div>
<!-- Tab Bar -->
<
TabBar current="home" /
>
<
!-- <TabBar current="home" /> --
>
</div>
</template>
...
...
src/pages/material-list/index.vue
View file @
298f7c8
...
...
@@ -63,7 +63,7 @@
</div>
<!-- Tab Bar -->
<
TabBar /
>
<
!-- <TabBar /> --
>
</div>
</template>
...
...
src/pages/onboarding/index.vue
View file @
298f7c8
...
...
@@ -16,7 +16,7 @@
</div>
<!-- Tab Bar -->
<
TabBar current="me" /
>
<
!-- <TabBar current="me" /> --
>
</div>
</template>
...
...
src/pages/plan/index.vue
View file @
298f7c8
...
...
@@ -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>
...
...
src/pages/product-detail/index.vue
View file @
298f7c8
...
...
@@ -109,7 +109,7 @@
</div>
<!-- TabBar -->
<
TabBar /
>
<
!-- <TabBar /> --
>
</div>
</template>
...
...
src/pages/signing/index.vue
View file @
298f7c8
...
...
@@ -16,7 +16,7 @@
</div>
<!-- Tab Bar -->
<
TabBar current="me" /
>
<
!-- <TabBar current="me" /> --
>
</div>
</template>
...
...
Please
register
or
login
to post a comment