消息中心页面开发

This commit is contained in:
zxy
2024-03-12 23:03:27 +08:00
parent d165a26fe5
commit b17d44c99b
13 changed files with 1121 additions and 42 deletions

View File

@@ -190,6 +190,12 @@
"navigationBarTitleText" : "新政详情",
"navigationBarBackgroundColor" : "#FFFFFF"
}
},{
"path" : "pages/user/policyDetail",
"style" : {
"navigationBarTitleText" : "政策详情",
"navigationBarBackgroundColor" : "#FFFFFF"
}
},
{
"path" : "pages/project/projectList",
@@ -281,6 +287,30 @@
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/news/jobProjectList",
"style" :
{
"navigationBarTitleText" : "推送岗位",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/news/taskProjectList",
"style" :
{
"navigationBarTitleText" : "推送任务",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/news/policyList",
"style" :
{
"navigationBarTitleText" : "推送政策",
"enablePullDownRefresh" : false
}
}
],
"subPackages": [{