diff --git a/src/api/job.js b/src/api/job.js index 9306100..1c4249f 100644 --- a/src/api/job.js +++ b/src/api/job.js @@ -76,3 +76,22 @@ export function getPolicyByJobIdApi(data) { url: `/yishoudan/store/job/getPolicyByStoreJobId?storeJobId=${data}`, }); } +// 获取热门职位城市 +export function getHotCityApi() { + return request({ + url: `/yishoudan/city/getHotCity`, + }); +} + +// 获取热门职位城市 +export function getCityWhichHasJobApi() { + return request({ + url: `/yishoudan/city/getCityHasOnlineJob`, + }); +} +// 获取热门企业 +export function getHotStoreApi() { + return request({ + url: `/yishoudan/store/getHotStore`, + }); +} diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 8e7f26d..7484422 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -6,17 +6,9 @@ --> - - - + + + + + +
+ 确认 +
+ + +