招聘会模块

This commit is contained in:
2025-10-31 17:24:07 +08:00
parent 99d932a453
commit 9a6ad76000
9 changed files with 2619 additions and 1436 deletions

View File

@@ -5,9 +5,9 @@
"style": {
"navigationBarTitleText": "喀什智慧就业平台",
"navigationBarTitleTextSize": "30rpx",
// #ifdef H5
// #ifdef H5
"navigationStyle": "custom"
// #endif
// #endif
}
},
{
@@ -86,7 +86,7 @@
"style": {
"navigationBarTitleText": "首页内容测试",
"navigationStyle": "custom"
}
}
},
{
"path": "pages/test/tabbar-user-type-test",
@@ -179,7 +179,7 @@
"pages": [
{
"path" : "pages/addWorkExperience/addWorkExperience",
"style" :
"style" :
{
"navigationBarTitleText" : "添加工作经历",
"navigationBarTitleTextSize": "30rpx"
@@ -212,9 +212,9 @@
"path": "pages/exhibitors/exhibitors",
"style": {
"navigationBarTitleText": "参展单位",
"navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
// "navigationStyle": "custom"
}
}, {
"path": "pages/myResume/myResume",
@@ -351,16 +351,25 @@
"pages": [
{
"path" : "jobFair/detail",
"style" :
"style" :
{
"navigationBarTitleText" : "招聘会详情",
"navigationBarTitleTextSize": "30rpx"
// "navigationStyle": "custom"
}
},
{
"path" : "login",
"style" :
{
"navigationBarTitleText" : "登录",
"navigationBarTitleTextSize": "30rpx"
// "navigationStyle": "custom"
}
},
{
"path" : "train/index",
"style" :
"style" :
{
"navigationBarTitleText" : "技能评价",
"navigationBarTitleTextSize": "30rpx"
@@ -369,7 +378,7 @@
},
{
"path" : "train/practice/startPracticing",
"style" :
"style" :
{
"navigationBarTitleText" : "专项训练",
"navigationBarTitleTextSize": "30rpx"
@@ -378,7 +387,7 @@
},
{
"path" : "train/video/videoList",
"style" :
"style" :
{
"navigationBarTitleText" : "视频学习",
"navigationBarTitleTextSize": "30rpx"
@@ -445,4 +454,4 @@
}
},
"uniIdRouter": {}
}
}