企业用户添加招聘会入口
This commit is contained in:
@@ -125,7 +125,17 @@ const generateTabbarList = () => {
|
||||
// });
|
||||
// #endif
|
||||
}
|
||||
|
||||
if (userType === 0) {
|
||||
baseItems.splice(2, 0, {
|
||||
id: 5,
|
||||
text: '招聘会',
|
||||
path: '/pages/careerfair/careerfair',
|
||||
iconPath: '/static/tabbar/careerfair.png',
|
||||
selectedIconPath: '/static/tabbar/careerfaired.png',
|
||||
centerItem: false,
|
||||
badge: 0,
|
||||
});
|
||||
}
|
||||
return baseItems;
|
||||
};
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
</scroll-view>
|
||||
</view>
|
||||
<!-- 自定义tabbar -->
|
||||
<CustomTabBar :currentPage="1" />
|
||||
<CustomTabBar :currentPage="5" />
|
||||
|
||||
<!-- 微信授权登录弹窗 -->
|
||||
<WxAuthLogin ref="wxAuthLoginRef" @success="handleLoginSuccess"></WxAuthLogin>
|
||||
@@ -571,7 +571,7 @@
|
||||
}
|
||||
|
||||
.app-container .container-header {
|
||||
background: url("@/static/icon/background2.png") 0 0 no-repeat;
|
||||
// background: url("@/static/icon/background2.png") 0 0 no-repeat;
|
||||
background-size: 100% 400rpx;
|
||||
}
|
||||
|
||||
|
||||
BIN
static/tabbar/careerfair.png
Normal file
BIN
static/tabbar/careerfair.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/tabbar/careerfaired.png
Normal file
BIN
static/tabbar/careerfaired.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user