From b8ba56a9fd33851bdfa14aed70539fcc9461edfe Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Fri, 15 Dec 2023 14:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- app.wxss | 11 +- assets/iconfont/iconfont.wxss | 35 ++- assets/images/biao1.svg | 2 +- assets/images/dtlogo.svg | 6 +- assets/images/jian1.svg | 2 +- assets/images/logoColumn.svg | 2 +- pages/collect/index.js | 4 +- pages/detail/index.js | 38 +++- pages/detail/index.json | 5 +- pages/detail/index.wxml | 399 +++------------------------------- pages/detail/index.wxss | 29 ++- pages/index/index.js | 4 +- pages/login/index.json | 2 +- pages/mine/addUserCard/index.wxss | 2 +- pages/mine/addressBook/index.wxml | 2 +- pages/mine/addressPage/index.js | 4 +- pages/mine/addressPage/index.wxml | 4 +- pages/mine/realName1/index.wxml | 2 +- pages/mine/seeIdCard/index.wxml | 2 +- pages/mine/setting/index.wxml | 2 +- pages/mine/versionPage/index.wxml | 2 +- pages/mineAgency/index.js | 2 +- pages/newEnroll/enroll/index.wxml | 2 +- pages/newEnroll/enroll/index.wxss | 2 +- pages/newEnroll/enrollEdit/index.wxss | 2 +- pages/newEnroll/index.wxml | 2 +- pages/newEnroll/index.wxss | 2 +- pages/shareList/index.js | 4 +- 29 files changed, 155 insertions(+), 422 deletions(-) diff --git a/app.js b/app.js index 77b186f..27420ec 100644 --- a/app.js +++ b/app.js @@ -459,7 +459,7 @@ App({ title: title, content: content, showCancel: false, - confirmColor: "#027AFF", + confirmColor: "#00B666", confirmText: btxt, success: function (res) { if (res.confirm) { diff --git a/app.wxss b/app.wxss index 74a4f93..2601418 100644 --- a/app.wxss +++ b/app.wxss @@ -5,7 +5,7 @@ page { height: 100vh; background: #f5f5f5; --color-ysd: #00b666; - --color-hover: #3393ff; + --color-hover: #ebfaf4; --color-be: #ff4400; --color-f40: #ff4400; --color-027: #ff4400; @@ -839,10 +839,15 @@ button::after { .jobTitle { font-size: 22px; - font-weight: 601; + /* font-weight: 601; */ color: rgba(0, 0, 0, 0.85); line-height: 30px; - flex: 1; + flex: 1; + max-width: 240px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + } [data-title*="null"] { diff --git a/assets/iconfont/iconfont.wxss b/assets/iconfont/iconfont.wxss index 117d5c5..d43fe58 100644 --- a/assets/iconfont/iconfont.wxss +++ b/assets/iconfont/iconfont.wxss @@ -1,8 +1,9 @@ @font-face { - font-family: "iconfont"; /* Project id 2708790 */ - src: url('//at.alicdn.com/t/c/font_2708790_r4ggmc41m6h.woff2?t=1702542014100') format('woff2'), - url('//at.alicdn.com/t/c/font_2708790_r4ggmc41m6h.woff?t=1702542014100') format('woff'), - url('//at.alicdn.com/t/c/font_2708790_r4ggmc41m6h.ttf?t=1702542014100') format('truetype'); + font-family: "iconfont"; + /* Project id 2708790 */ + src: url('//at.alicdn.com/t/c/font_2708790_9nnxschovxc.woff2?t=1702621029549') format('woff2'), + url('//at.alicdn.com/t/c/font_2708790_9nnxschovxc.woff?t=1702621029549') format('woff'), + url('//at.alicdn.com/t/c/font_2708790_9nnxschovxc.ttf?t=1702621029549') format('truetype'); } .iconfont { @@ -13,6 +14,30 @@ -moz-osx-font-smoothing: grayscale; } +.icon-nianling:before { + content: "\e621"; +} + +.icon-dingwei2:before { + content: "\e623"; +} + +.icon-shezhi4:before { + content: "\e622"; +} + +.icon-wodedaili1:before { + content: "\e61c"; +} + +.icon-wodebaoming3:before { + content: "\e61d"; +} + +.icon-wodeshoucang:before { + content: "\e620"; +} + .icon-baoming1:before { content: "\e61b"; } @@ -1371,4 +1396,4 @@ .icon-xiayiye1:before { content: "\e695"; -} +} \ No newline at end of file diff --git a/assets/images/biao1.svg b/assets/images/biao1.svg index 14af3c3..9fbd85d 100644 --- a/assets/images/biao1.svg +++ b/assets/images/biao1.svg @@ -1,7 +1,7 @@ - + diff --git a/assets/images/dtlogo.svg b/assets/images/dtlogo.svg index 274c923..e5fbedf 100644 --- a/assets/images/dtlogo.svg +++ b/assets/images/dtlogo.svg @@ -1,12 +1,12 @@ - 职位云logo + 报名助手logo - diff --git a/assets/images/jian1.svg b/assets/images/jian1.svg index 0e4f81a..175999b 100644 --- a/assets/images/jian1.svg +++ b/assets/images/jian1.svg @@ -1,7 +1,7 @@ - + diff --git a/assets/images/logoColumn.svg b/assets/images/logoColumn.svg index 2bd8640..a18c56b 100644 --- a/assets/images/logoColumn.svg +++ b/assets/images/logoColumn.svg @@ -1 +1 @@ -职位云logo \ No newline at end of file +报名助手logo \ No newline at end of file diff --git a/pages/collect/index.js b/pages/collect/index.js index f264225..9216595 100644 --- a/pages/collect/index.js +++ b/pages/collect/index.js @@ -124,7 +124,7 @@ Page({ url: "/pages/hotList/index", title: "主推/热推", }, - // { img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dtld.png",url:'/pages/hotList/index', title: "职位云亮点" }, + // { img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dtld.png",url:'/pages/hotList/index', title: "报名助手亮点" }, // { img: "http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/zjzp.png",url:'/pages/hotList/index', title: "职教职培" }, { img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/cwdl.png", @@ -338,7 +338,7 @@ Page({ let img; this.data.templateList.forEach((element) => { - if (element.title == "职位云小程序首页卡片分享封面") { + if (element.title == "报名助手小程序首页卡片分享封面") { img = element.img + "?" + new Date().getTime(); } }); diff --git a/pages/detail/index.js b/pages/detail/index.js index 3284f0f..81ae5d4 100644 --- a/pages/detail/index.js +++ b/pages/detail/index.js @@ -6,6 +6,38 @@ var qqmapsdk; Page({ data: { + text:`【郑州港区富士康ID小时工】 + + 🔥短期高价小时工 + 🔥紧跟市场最高价 + 🔥恒温车间、工时稳定 + + 🚻男女 18-48,简单识字,会写自己名字,认识26个字母,需要身份证原件,纹身烟疤需提前确认 + + 💰薪资待遇: + 【制造部门-关键工站】 + 23元/H(含税) + 【制造部门-一般工站】 + 22.5元/H(含税) + 【非制造部门】 + 22元/H(含税) + 差价补贴至2024/2/29,自2024/3/1起,仅享有同工同酬,次月25号在职享有上月差价,28号发放(发放时无需在职),每月7号发同工同酬(发放上月1-30日薪资),次月25号在职享有上月差价,28号发放(发放时无需在职),无押金 + + 📣生产苹果手机,岗位有打螺丝、小零件的组装、质检岗位等 + ⏰早晚8:00-8:00,两班倒,一个月倒一次班,有站有坐,随机分配,需要过安检,恒温车间,静电衣 + ❇️缴纳商保68元/月,面试通过后,厂区统一体检50元 + + 🍱厂区餐厅,吃饭自费,可刷卡吃饭,刷多少扣多少 + 🏠住宿150元/月,6-8人间,空调、热水俱全 + + 注意: + 1. 面试不要穿奇装异服 + 2. 申请报名: 身份证正反面+个人实名手机号 + 3. 员工工作不满七天无工资 + + ———————— + 服务费:费用待定,入职后出利润名单,含税5% + `, isLogin: false, statusBarHeight: wx.getStorageSync("statusBarHeight"), // 状态栏高度 @@ -867,9 +899,9 @@ Page({ title = result.store.aliasName; } - wx.setNavigationBarTitle({ - title, - }); + // wx.setNavigationBarTitle({ + // title, + // }); result.storeJob.workType = commonUtil.getWorkTypeById(result.storeJob.workTypeMulti); diff --git a/pages/detail/index.json b/pages/detail/index.json index 5dda9a3..b85c1b8 100644 --- a/pages/detail/index.json +++ b/pages/detail/index.json @@ -1,5 +1,8 @@ { - "navigationStyle":"custom", + "navigationBarTitleText": "职位详情", + "navigationBarBackgroundColor":"#00B666", + "navigationBarTextStyle":"white", + "usingComponents": { "record-bill": "../../components/recordBill/index" } diff --git a/pages/detail/index.wxml b/pages/detail/index.wxml index d2a8e0b..5e01638 100644 --- a/pages/detail/index.wxml +++ b/pages/detail/index.wxml @@ -1,10 +1,10 @@ - - + + - + - + {{jobDetail.storeJob.jobName}} + + {{jobDetail.storeJob.monthlyPay || '--'}}元/月 + @@ -37,385 +40,51 @@ - {{citys}}{{jobDetail.store.distance}} - - - - + {{citys}}{{jobDetail.store.distance}} + {{jobDetail.storeJob.genderRestrict}} 丨{{jobDetail.storeJob.age}} - - - - - {{jobDetail.storeJob.hourlyPay || '--'}} - - - - {{jobDetail.storeJob.monthlyPay || '--'}} - + + + + + + 郑州一才工作 + + + 1分钟前发布 - - + + - {{item1}} + {{item1}} {{item1}} - - - - - - - {{jobDetail.poses.store.posContent ? jobDetail.poses.store.posContent :'暂无地址信息'}} - - - + --> + - 温馨提示 - {{jobDetail.storeJob.notes}} + + + 职位详情 + {{text}} - 薪资待遇 - - - 薪资明细 - {{jobDetail.storeJob.salaryDetail}} - - - 薪资发放 - {{jobDetail.storeJob.payDay}} - - - 银行卡 - {{jobDetail.storeJob.bankInfo}} - - - 押金 - {{jobDetail.storeJob.mealCardDeposit}} - - - 培训 - {{jobDetail.storeJob.training}} - - - 试用期 - {{jobDetail.storeJob.probation}} - - - 福利待遇 - {{jobDetail.storeJob.boon}} - - - 薪资说明 - {{jobDetail.storeJob.salaryDesp}} - - - 招聘要求 - - - 性别年龄 - {{showSexAgeText}} - - - 文化学历 - {{jobDetail.storeJob.education}} - - - - - - 证件 - {{jobDetail.storeJob.idCard}} - - - - 疑难杂症 - {{jobDetail.storeJob.otherRequire}} - - - - 体检 - {{jobDetail.storeJob.healthRequire}} - - - 岗位说明 - - - 工作内容 - {{jobDetail.storeJob.workContent}} - - - 工作方式 - {{jobDetail.storeJob.workMode}} - - - 班次工时 - {{jobDetail.storeJob.workClasses}} - - - 工作衣 - {{jobDetail.storeJob.workClothes}} - - - 车间 - {{jobDetail.storeJob.securityCheck}} - - - 保险 - {{jobDetail.storeJob.employeeInsurance}} - - - 换岗调班 - {{jobDetail.storeJob.otherDesp}} - - - 吃饭住宿 - - - - - - 吃饭 - {{jobDetail.storeJob.workingLunch}} - - - - - - - - - 住宿费用 - {{jobDetail.storeJob.dormitory}} - - - 宿舍设施 - {{jobDetail.storeJob.dormitoryFacilities}} - - - 宿舍距离 - {{jobDetail.storeJob.dormDistance}} - - - - - 入住要求 - {{jobDetail.storeJob.dormitoryDesp}} - - - - - 对接信息 - - - - - - 面试时间 - {{jobDetail.storeJob.interviewDuration}} - - - - - - 面试说明 - {{jobDetail.storeJob.interviewDesp}} - - - 入职说明 - {{jobDetail.storeJob.entryDesp}} - - - 离职说明 - {{jobDetail.storeJob.leaveRequire}} - - - - - - 其它信息 - {{jobDetail.storeJob.OtherInfo}} - - + + - - 面试 - - - 面试时间 - {{jobDetail.storeJob.interviewDuration}} - - - - - 出行方式 - {{jobDetail.storeJob.tripMode}} - - - - 面试说明 - {{jobDetail.storeJob.interviewDesp}} - - - 入离职 - - - - 入职说明 - {{jobDetail.storeJob.entryDesp}} - - - 入职说明 - {{jobDetail.storeJob.leaveRequire}} - - - 返厂 - {{jobDetail.storeJob.leaveDesp}} - - - - - - 报名须知 - {{jobDetail.storeJob.agencyStatement}} - - - - 财务信息 - - - - - - - - - 服务费详情 - {{jobDetail.storeJob.agencyProfit}} - - - 扣税说明 - {{jobDetail.storeJob.deductTaxDesp}} - - - - 账单日 - (出名单时间) - - {{jobDetail.storeJob.outListTime}} - - - - 结算日 - (结算时间) - - {{jobDetail.storeJob.settlementTime}} - - - 仅代理可见 - - - - - - 复制 - - - {{userInfo.agencyStatus == 1 ? (userInfo.noticeEndStr ? userInfo.noticeEndStr : ('详情咨询:' + userInfo.tel)) : ('详情咨询:' + serviceInfo.aliasName + (serviceInfo.workPhone || '-'))}} - - 以上联系人,可以 - 改成我的 - - - - + + + diff --git a/pages/mine/setting/index.wxml b/pages/mine/setting/index.wxml index 9d57ae1..4b666a1 100644 --- a/pages/mine/setting/index.wxml +++ b/pages/mine/setting/index.wxml @@ -28,7 +28,7 @@ - 关于职位云 + 关于报名助手 版本{{version}} diff --git a/pages/mine/versionPage/index.wxml b/pages/mine/versionPage/index.wxml index 5ad1150..720ba14 100644 --- a/pages/mine/versionPage/index.wxml +++ b/pages/mine/versionPage/index.wxml @@ -1,7 +1,7 @@ -

职位云

+

报名助手

Version {{version}}

diff --git a/pages/mineAgency/index.js b/pages/mineAgency/index.js index 6b3f540..beb55eb 100644 --- a/pages/mineAgency/index.js +++ b/pages/mineAgency/index.js @@ -51,7 +51,7 @@ Page({ wx.showModal({ title: '删除代理', content: '删除后,将无法查看此代理名下的职位。', - confirmColor: "#027AFF", + confirmColor: "#00B666", success: function (res) { if (res.confirm) { console.log("用户点击确定"); diff --git a/pages/newEnroll/enroll/index.wxml b/pages/newEnroll/enroll/index.wxml index 73de7a4..3eb7f75 100644 --- a/pages/newEnroll/enroll/index.wxml +++ b/pages/newEnroll/enroll/index.wxml @@ -303,7 +303,7 @@ --> - + 我已阅读并同意 《服务协议》《隐私政策》 diff --git a/pages/newEnroll/enroll/index.wxss b/pages/newEnroll/enroll/index.wxss index 5671cfb..9bb4e21 100644 --- a/pages/newEnroll/enroll/index.wxss +++ b/pages/newEnroll/enroll/index.wxss @@ -51,7 +51,7 @@ background-color: #fff; border-radius: 13px; font-size: 14px; - color: #027aff; + color: #00B666; text-align: center; padding: 0; font-weight: 400; diff --git a/pages/newEnroll/enrollEdit/index.wxss b/pages/newEnroll/enrollEdit/index.wxss index f446131..82fba7b 100644 --- a/pages/newEnroll/enrollEdit/index.wxss +++ b/pages/newEnroll/enrollEdit/index.wxss @@ -46,7 +46,7 @@ background-color: #fff; border-radius: 13px; font-size: 14px; - color: #027aff; + color: #00B666; text-align: center; padding: 0; font-weight: 400; diff --git a/pages/newEnroll/index.wxml b/pages/newEnroll/index.wxml index f0c8ccc..2cb5333 100644 --- a/pages/newEnroll/index.wxml +++ b/pages/newEnroll/index.wxml @@ -107,7 +107,7 @@
- + diff --git a/pages/newEnroll/index.wxss b/pages/newEnroll/index.wxss index 49fc222..5183ea2 100644 --- a/pages/newEnroll/index.wxss +++ b/pages/newEnroll/index.wxss @@ -50,7 +50,7 @@ page{ background-color: #fff; border-radius: 13px; font-size: 14px; - color: #027aff; + color: #00B666; text-align: center; padding: 0; font-weight: 400; diff --git a/pages/shareList/index.js b/pages/shareList/index.js index 20f77b9..9a07b50 100644 --- a/pages/shareList/index.js +++ b/pages/shareList/index.js @@ -124,7 +124,7 @@ Page({ url: "/pages/hotList/index", title: "主推/热推", }, - // { img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dtld.png",url:'/pages/hotList/index', title: "职位云亮点" }, + // { img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dtld.png",url:'/pages/hotList/index', title: "报名助手亮点" }, // { img: "http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/zjzp.png",url:'/pages/hotList/index', title: "职教职培" }, { img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/cwdl.png", @@ -581,7 +581,7 @@ Page({ let img; this.data.templateList.forEach((element) => { - if (element.title == "职位云小程序首页卡片分享封面") { + if (element.title == "报名助手小程序首页卡片分享封面") { img = element.img + "?" + new Date().getTime(); } });