111
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user