From 5d72e956b5777d0f049c68b6d09d20742e387bd5 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 29 Mar 2024 13:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/detail/index.js | 2 + pages/detail/index.wxml | 372 +++++++++++++++++++------------------- pages/index/index.js | 12 +- pages/index/index.wxml | 5 +- pages/login/index.wxml | 2 +- pages/mine/addUserCard/index.js | 1 + pages/mine/addUserCard/index.wxml | 18 +- 8 files changed, 210 insertions(+), 204 deletions(-) diff --git a/app.js b/app.js index 6103b02..a97f3c1 100644 --- a/app.js +++ b/app.js @@ -211,7 +211,7 @@ App({ try { that.globalData.userLoginTokenInfo.tel = tel; that.globalData.userLoginTokenInfo.token = token; - debugger + // debugger wx.setStorageSync("loginUserTokenInfo", that.globalData.userLoginTokenInfo); that.appLoginByTel(resolve, reject); } catch (e) { diff --git a/pages/detail/index.js b/pages/detail/index.js index 0e3e632..7c44b5e 100644 --- a/pages/detail/index.js +++ b/pages/detail/index.js @@ -139,6 +139,7 @@ Page({ }, showphone: function () { var that = this; + console.log( that.data.serviceInfo.workPhone); wx.makePhoneCall({ // number: that.data.jobDetail.assistantUserTel + "" phoneNumber: that.data.serviceInfo.workPhone || "0371-6611 3723", @@ -1229,6 +1230,7 @@ Page({ }, textPaste() { var that = this; + console.log('jobDetail',that.data.jobDetail); wx.setClipboardData({ // data: that.data.jobDetail.assistantUserWechat, data: "16619732648", diff --git a/pages/detail/index.wxml b/pages/detail/index.wxml index 95cf50e..9c5e2af 100644 --- a/pages/detail/index.wxml +++ b/pages/detail/index.wxml @@ -1,116 +1,109 @@ - - - - - {{jobDetail.jobName}} - - - - - - - - - {{citys}}{{jobDetail.store.distance}} - + --> + + + + {{citys}}{{jobDetail.store.distance}} + + + + {{jobDetail.genderRestrict}} + 丨{{jobDetail.age}} + + - - {{jobDetail.genderRestrict}} - 丨{{jobDetail.age}} + + + + {{jobDetail.hourlyPay || '--'}} + + + + {{jobDetail.monthlyPay || '--'}} + + + + + + + + {{item1}} + + + {{item1}} - - - - {{jobDetail.hourlyPay || '--'}} + + + - - - {{jobDetail.monthlyPay || '--'}} + {{jobDetail.storeAddr ? jobDetail.storeAddr :'暂无地址信息'}} + + - - - - - - {{item1}} - - - {{item1}} + + + + - - - - - - - {{jobDetail.storeAddr ? jobDetail.storeAddr :'暂无地址信息'}} - - - - - - - - - - - - - - - - - - - 职位描述 - {{jobDetail.jobInfo}} - - - + + + + + + 职位描述 + + {{jobDetail.jobInfo}} + - - - 面试 - - - 面试时间 - {{jobDetail.interviewDuration}} - - - + - - 出行方式 - {{jobDetail.tripMode}} - - + + 出行方式 + {{jobDetail.tripMode}} + + - - 面试说明 - {{jobDetail.interviewDesp}} - - - 入离职 - - + + 面试说明 + {{jobDetail.interviewDesp}} + + + 入离职 + + - - 入职说明 - {{jobDetail.entryDesp}} - - - 入职说明 - {{jobDetail.leaveRequire}} - - - 返厂 - {{jobDetail.leaveDesp}} - - - + + 入职说明 + {{jobDetail.entryDesp}} + + + 入职说明 + {{jobDetail.leaveRequire}} + + + 返厂 + {{jobDetail.leaveDesp}} + + + - - - 报名须知 - {{jobDetail.agencyStatement}} - + + + 报名须知 + {{jobDetail.agencyStatement}} + - - - 财务信息 - - + + + 财务信息 + + - + - + - + - + - + - - 服务费详情 - {{jobDetail.agencyProfit}} - - - 扣税说明 - {{jobDetail.deductTaxDesp}} - - - - 账单日 - (出名单时间) + --> + + 服务费详情 + {{jobDetail.agencyProfit}} + + + 扣税说明 + {{jobDetail.deductTaxDesp}} + + + + 账单日 + (出名单时间) + + {{jobDetail.outListTime}} + + + + 结算日 + (结算时间) + + {{jobDetail.settlementTime}} + - {{jobDetail.outListTime}} - - - - 结算日 - (结算时间) + 仅代理可见 + + + + + + 复制 + + + {{userInfo.agencyStatus == 1 ? (userInfo.noticeEndStr ? userInfo.noticeEndStr : ('详情咨询:' + userInfo.tel)) : ('详情咨询:' + serviceInfo.aliasName + (serviceInfo.workPhone || '-'))}} + + 以上联系人,可以 + 改成我的 + - {{jobDetail.settlementTime}} - - - 仅代理可见 - - - - - - 复制 - - - {{userInfo.agencyStatus == 1 ? (userInfo.noticeEndStr ? userInfo.noticeEndStr : ('详情咨询:' + userInfo.tel)) : ('详情咨询:' + serviceInfo.aliasName + (serviceInfo.workPhone || '-'))}} - - 以上联系人,可以 - 改成我的 - - - - - - + + + - - - + --> + + 该职位暂时停招 - - - - 电话 - - - - - - - 微信 - + + + diff --git a/pages/index/index.js b/pages/index/index.js index bfe8aa0..acea35b 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -3,7 +3,7 @@ const app = getApp(); const commonUtil = require("../../utils/commonUtil.js"); Page({ data: { - currentInfo:{}, + currentInfo: {}, swiperHeight: 0, toped: "1", chaShowed: false, @@ -705,6 +705,7 @@ Page({ wx.setStorageSync("CLASSIFY_LIST", res.data.data.labels); res.data.data.labels.forEach((item) => { item["checked"] = false; + delete item.typeClassify if (brandIdArray) { brandIdArray.forEach((item1) => { if (item.id == item1) { @@ -1048,7 +1049,9 @@ Page({ this.data.filterData.classifyList = wx.getStorageSync("CLASSIFY_LIST"); this.data.filterData.classifyList.forEach((item) => { + console.log(item); item.active = 0; + delete item.typeClassify }); let classifyList = "filterData.classifyList"; this.setData({ @@ -1206,6 +1209,7 @@ Page({ let middleList = JSON.parse(JSON.stringify(this.data.copyList)); let type = e.currentTarget.dataset.type; let filterData = this.data.filterData; + console.log(type); if (type == 2) { filterData = { @@ -1224,6 +1228,7 @@ Page({ selectJobList: [], }); } else if (type == "outerClear") { + console.log('storeJobListSearchForm', this.data.storeJobListSearchForm.ageRangeStr); filterData = middleList; this.setData({ selectJobList: [], @@ -1231,9 +1236,13 @@ Page({ firstMenu: "排序", secondMenu: "不限", sexid: -1, + rangeValues: [16, 60], + maxAge: 60, + minAge: 16, activez: "zuigao", innerFilter: false, }); + console.log('storeJobListSearchForm', this.data.storeJobListSearchForm.ageRangeStr); } else if (type == "innerclear") { filterData = middleList; this.setData({ @@ -2963,6 +2972,7 @@ Page({ if (data.hasOwnProperty("typeClassify")) { console.log(e); this.data.selectJobList.forEach((item, index) => { + console.log(item); if (item.id == data.id) { this.data.selectJobList.splice(index, 1); let ind = diff --git a/pages/index/index.wxml b/pages/index/index.wxml index ebac193..f888e7d 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -19,7 +19,7 @@ + --> @@ -46,7 +46,7 @@ 距离优先 - --> + --> {{ secondMenu }} @@ -224,7 +224,6 @@ {{firstMenu}} --> - diff --git a/pages/login/index.wxml b/pages/login/index.wxml index 9a34212..273065f 100644 --- a/pages/login/index.wxml +++ b/pages/login/index.wxml @@ -31,7 +31,7 @@ {{loginType == 'psw' ? '验证码登录':'密码登录'}} - 找回密码 + 找回密码 diff --git a/pages/mine/addUserCard/index.js b/pages/mine/addUserCard/index.js index 50cb42e..03fe0d2 100644 --- a/pages/mine/addUserCard/index.js +++ b/pages/mine/addUserCard/index.js @@ -54,6 +54,7 @@ Page({ */ onReady: function () {}, toRealName(){ + console.log('toRealName'); wx.navigateTo({ url: '/pages/mine/realName1/index' }) diff --git a/pages/mine/addUserCard/index.wxml b/pages/mine/addUserCard/index.wxml index 20130c7..1fc4617 100644 --- a/pages/mine/addUserCard/index.wxml +++ b/pages/mine/addUserCard/index.wxml @@ -3,24 +3,28 @@ 添加身份证 ---> + --> 身份证 {{card}} - 查看身份证照片 + + 查看身份证照片 + - - + + 身份证 未添加 添加照片以查看证件 - 添加并使用 - + + 添加并使用 + + + -->