This commit is contained in:
冯辉
2025-11-18 22:13:57 +08:00
parent 4dd938e886
commit 25dbbcd073
2 changed files with 5 additions and 2 deletions

View File

@@ -112,6 +112,8 @@ const generateTabbarList = () => {
});
} else {
// 求职者用户(包括未登录状态):显示招聘会
// H5端隐藏招聘会
// #ifndef H5
baseItems.splice(1, 0, {
id: 1,
text: '招聘会',
@@ -121,6 +123,7 @@ const generateTabbarList = () => {
centerItem: false,
badge: readMsg.badges[1]?.count || 0,
});
// #endif
}
return baseItems;