企业用户添加招聘会入口

This commit is contained in:
xuchao
2025-12-24 17:30:35 +08:00
parent 74ff0b5238
commit 8438946789
4 changed files with 13 additions and 3 deletions

View File

@@ -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;
}