个人中心样式调整

This commit is contained in:
zxy
2024-02-19 15:55:01 +08:00
parent 28e8fab710
commit a6603c7b75
7 changed files with 837 additions and 21 deletions

View File

@@ -120,6 +120,18 @@ export const missionDetail = (missionNo) => {
})
}
/*岗位详情*/
// workDetail
export const workDetail = (workId) => {
return request({
url: '/api/jobslink-api/user/userWork/getWorksInfoByWorkId',
method: 'get',
params: {
workId
}
})
}
/*获取收藏状态*/
export const getCollectState = (workId) => {
return request({