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/detail.vue b/src/components/FirstJob/detail.vue index 1af0e95..bd33ba2 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -1531,7 +1531,7 @@ export default { .hotTel { position: fixed; top: 50%; - left: calc(50vw + 600px); + left: calc(50vw + 616px); width: 104px; height: 110px; background-color: #fff; @@ -1552,11 +1552,12 @@ export default { div { position: absolute; display: none; + height: 110px; width: 200px; - left: 0; - bottom: -122px; + left: -236px; + bottom: 0px; text-align: center; - box-shadow: 5px 0px 10px 3px #eee; + box-shadow: 5px 0px 10px 3px #ddd; background-color: #fff; > p:first-child { padding: 14px 0; 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 @@ --> - - - + + + + + +
+ 确认 +
+ + +