| | |
| | | }} |
| | | > |
| | | <TarBarItem |
| | | text={'homeTitle'} |
| | | text={'找工作'} |
| | | icon="../assets/tabbar/icon-home.png" |
| | | activeIcon="../assets/tabbar/icon-home-active.png" |
| | | pagePath={TabBarPageRouter.Home} |
| | |
| | | className="home" |
| | | onClick={switchTab} |
| | | ></TarBarItem> |
| | | {/* <TarBarItem |
| | | text="行业圈" |
| | | icon="../assets/tabbar/icon-friend.png" |
| | | activeIcon="../assets/tabbar/icon-friend-active.png" |
| | | pagePath={TabBarPageRouter.CircleFriend} |
| | | index={1} |
| | | active={system.activeTab === 1} |
| | | className="circleFriend" |
| | | onClick={switchTab} |
| | | ></TarBarItem> |
| | | <div class="bottom-tab-item publish-wrapper" onClick={goPublish}> |
| | | <img class="bottom-tab-item-img-publish" src={IconPublish} /> |
| | | <div class="bottom-tab-item-text">发布</div> |
| | | </div> |
| | | |
| | | <TarBarItem |
| | | text="消息" |
| | | icon="../assets/tabbar/icon-message.png" |
| | | activeIcon="../assets/tabbar/icon-message-active.png" |
| | | pagePath={TabBarPageRouter.Message} |
| | | active={system.activeTab === 2} |
| | | className="message" |
| | | icon="../assets/tabbar/icon-task.png" |
| | | activeIcon="../assets/tabbar/icon-task-active.png" |
| | | pagePath={TabBarPageRouter.Task} |
| | | active={system.activeTab === 1} |
| | | className="task" |
| | | onClick={switchTab} |
| | | index={2} |
| | | badge={(isLogin.value && myMessageCount.value?.unReadCount) ?? 0} |
| | | ></TarBarItem> */} |
| | | index={1} |
| | | ></TarBarItem> |
| | | <TarBarItem |
| | | text="我的" |
| | | icon="../assets/tabbar/icon-mine.png" |
| | | activeIcon="../assets/tabbar/icon-mine-active.png" |
| | | pagePath={TabBarPageRouter.Mine} |
| | | active={system.activeTab === 3} |
| | | active={system.activeTab === 2} |
| | | className="mine" |
| | | onClick={switchTab} |
| | | index={3} |
| | | index={2} |
| | | ></TarBarItem> |
| | | </View> |
| | | ); |