Showing
10 changed files
with
11 additions
and
16 deletions
| 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 | ... | ... |
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment