diff --git a/api/job.js b/api/job.js index 4c8ff07..b6d21d5 100644 --- a/api/job.js +++ b/api/job.js @@ -2,7 +2,7 @@ let jobInfo = { job_list: "/assistant/custom/job/v2/list", // 职位列表 job_myJobList: "/yishoudan/custom/job/list", // 我的职位列表 job_detail: "/assistant/custom/job/v2/detail", // 职位详情 - job_personDetail: "/yishoudan/custom/job/detailApp", // 获取自有职位详情 + job_personDetail: "/yishoudan/custom/job/detailV2", // 获取自有职位详情 job_getJobQRCode: '/yishoudan/custom/job/qrcode', // 获取共享职位政策 job_recordJob: "/assistant/apply/handler/add", // 职位报名 job_watch: "/assistant/custom/job/ignore/add", // 查看职位次数 diff --git a/components/list/yiJob.vue b/components/list/yiJob.vue index d371747..847247e 100644 --- a/components/list/yiJob.vue +++ b/components/list/yiJob.vue @@ -12,33 +12,31 @@ - - - - - - - 主推 - - - - - {{ item.jobName }} - - - - {{ Number(Number(item.distance) / 1000).toFixed(2) + "km" }} - {{ dateUtil.timeShowXXX(item.updateTime) }} + + + + + + + + + + {{ item.jobName }} + + + + {{ Number(Number(item.distance) / 1000).toFixed(2) + "km" }} + {{ dateUtil.timeShowXXX(item.updateTime) }} + - - - - {{ item.district }}{{ item.district ? "丨" : "" }} - {{ item.gender + "丨" + item.age }} - - 立即报名 - - + - - - - - - - + + + + + + + + + + {{ item.collected == 0 ? "收藏" : "已收藏" }} + + - - - {{ item.collected == 0 ? "收藏" : "已收藏" }} - + + + + + {{ itm }} + 暂无特色 + - - - - {{ itm }} - 暂无特色 + + + + + {{ item.monthlyPay }} 元/月 + + + + + 登录查看 + {{ item.fuWuFei || "详询客服" }} + {{ "仅代理可见" }} + - - - - - - - {{ item.monthlyPay }} 元/月 - - - + + + + - - + + + + {{ item.supplierName || "-" }} + - + 未登录时只能使用部分功能,申请加入稻田即可使用更多功能。 @@ -126,6 +140,7 @@ export default { }, data() { return { + userinfo: uni.getStorageSync("apply-userinfo"), isUseNewJob: getApp().globalData.isUseNewJob, localBaseImg: this.G.store().localBaseImg, appid: getApp().globalData.appid, @@ -215,6 +230,7 @@ export default { }, created() { let that = this; + console.log(getApp().globalData); that.defaultLogo = uni.getStorageSync("miniApp-info").logo; this.jobArray = this.list; if (uni.getStorageSync("apply-token")) { diff --git a/pages/home/child/filter.vue b/pages/home/child/filter.vue index 48aa7e0..62dddbe 100644 --- a/pages/home/child/filter.vue +++ b/pages/home/child/filter.vue @@ -1,87 +1,83 @@ @@ -916,7 +969,7 @@ export default { } .genderTag { - width: 80px; + // width: 80px; padding-left: 8px; justify-content: center !important; } @@ -1052,4 +1105,30 @@ export default { .u-notice-box { margin-left: 0 !important; } +.sortMask { + position: absolute; + top: 43px; + left: 0; + width: 100vw; + height: 100vh; + z-index: 999999; + background-color: rgba(0, 0, 0, 0.8); +} +.sortContainer { + padding: 0 24px; + animation: filterBox 0.35s; + animation-fill-mode: forwards; + animation-timing-function: ease-in; + box-sizing: border-box; + background-color: #f5f5f5; + padding-bottom: 4px; + border-radius: 0 0 8px 8px; + height: 33% !important; +} +@keyframes filterBox { + 0% { + height: 0; + /* opacity: 0; */ + } +} diff --git a/root/detail/work.vue b/root/detail/work.vue index 5d335da..e333b98 100644 --- a/root/detail/work.vue +++ b/root/detail/work.vue @@ -1,5 +1,5 @@