From 41794e48f31bd64d2144c4a63a9e13b6f9aad84a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 15:16:47 +0800 Subject: [PATCH 01/29] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=B5=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/person/changeUser.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/root/person/changeUser.vue b/root/person/changeUser.vue index acf2a67..585d631 100644 --- a/root/person/changeUser.vue +++ b/root/person/changeUser.vue @@ -40,6 +40,18 @@ + + + 获取微信昵称 + + + @@ -105,6 +117,10 @@ export default { }); }, methods: { + getUserInfo(e){ + console.log(e) + this.info.value = e.detail.userInfo.nickName; + }, submitForm() { let that = this; if (that.info.value == "") { From 4e249ba129d3b4f66196e1c9785f80773f761d05 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 15:22:04 +0800 Subject: [PATCH 02/29] no message --- root/person/changeUser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/person/changeUser.vue b/root/person/changeUser.vue index 585d631..1310f5b 100644 --- a/root/person/changeUser.vue +++ b/root/person/changeUser.vue @@ -40,7 +40,7 @@ - Date: Thu, 31 Jul 2025 15:35:11 +0800 Subject: [PATCH 03/29] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/child/filter.vue | 14 +++++--- pages/home/index.vue | 8 +++-- root/detail/job.vue | 76 ++++++++++++++++++++++++------------------ root/home/quickApplication.vue | 63 +++++++++++++++++++++++++++++++++- root/person/loginIndex.vue | 4 +-- root/person/teamManage.vue | 6 ++-- 6 files changed, 125 insertions(+), 46 deletions(-) diff --git a/pages/home/child/filter.vue b/pages/home/child/filter.vue index 89c5e2c..a89fbf5 100644 --- a/pages/home/child/filter.vue +++ b/pages/home/child/filter.vue @@ -1,13 +1,13 @@ \ No newline at end of file +} + diff --git a/root/person/loginIndex.vue b/root/person/loginIndex.vue index 1202b2a..839850e 100644 --- a/root/person/loginIndex.vue +++ b/root/person/loginIndex.vue @@ -306,9 +306,9 @@ export default { uni.reLaunch({ url: `${that.path}?scene=${that.currentId}`, }) - uni.navigateBack({ - delta: 1, - }) + // uni.navigateBack({ + // delta: 1, + // }) return } else { // 固定跳首页 diff --git a/utils/ajax.js b/utils/ajax.js index f709e58..34bce69 100644 --- a/utils/ajax.js +++ b/utils/ajax.js @@ -1,5 +1,5 @@ -// let ajaxUrl = "http://192.168.3.83:8001"; -let ajaxUrl = "https://daotian.matripe.com.cn"; +let ajaxUrl = "http://192.168.3.83:8001"; +// let ajaxUrl = "https://daotian.matripe.com.cn"; let data = { ajaxUrl: ajaxUrl, Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) { From 697099bb9e882240e4b3b05d3172d1d1ab323637 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 31 Jul 2025 17:16:18 +0800 Subject: [PATCH 12/29] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/userShare.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 2a2b652..0e826a8 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -625,7 +625,7 @@ export default { uni.navigateTo({ url: "/root/person/inviteFollowSuccess", }); - reso(); + // reso(); // that.checkHasApply(); console.log(res); }); From 29edca07e8407388e884baff951f63ef5c77d78a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:19:23 +0800 Subject: [PATCH 13/29] no message --- root/home/components/AiApply.vue | 9 ++++++++- root/home/quickApplication.vue | 10 +++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index eb78fc3..384878e 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -145,7 +145,14 @@ export default { uni.getClipboardData({ success(res) { console.log(res) - that.aitext = res.data + if(res.data){ + that.aitext = res.data + }else{ + uni.showToast({ + title: '请先复制内容', + icon: 'none', + }) + } }, fail() { uni.showToast({ diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 40fffbe..b435c81 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -3,7 +3,7 @@ - 老乡信息 + 工友信息 @@ -63,7 +63,7 @@ - 添加老乡 + 添加工友 职位信息 @@ -489,10 +489,10 @@ let that = this, params = {}, info = null; - // 如果第一个老乡信息没有编辑, 则进行提示 + // 如果第一个工友信息没有编辑, 则进行提示 // if (!that.persenInfo[0].userName && $item === "") { // uni.showToast({ - // title: "请先编辑第一个老乡信息", + // title: "请先编辑第一个工友信息", // icon: "none", // }); // return; @@ -544,7 +544,7 @@ if (that.persenInfo.length == 0) { uni.showToast({ icon: "none", - title: "请输入老乡信息", + title: "请输入工友信息", }); return false; } From 5aa3796dabb86664d0f735afd8a749f528bee9c9 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:22:27 +0800 Subject: [PATCH 14/29] no message --- root/home/quickApplication.vue | 78 +++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index b435c81..e5e5ba9 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -204,6 +204,19 @@ customRequire: true, pColumn: 12, }, + { + icon: "", + label: "面试时间", + result: "", + path: "", + value: that.updateInfo.interviewTimeStr, + tip: "slot-time", + require: true, + customRequire: true, + type: "slot", + pColumn: 12, + from: "reservation-time", + }, { icon: '', label: '面试地址', @@ -223,19 +236,6 @@ require: false, suffix: 'icon-dizhi1', }, - { - icon: "", - label: "面试时间", - result: "", - path: "", - value: that.updateInfo.interviewTimeStr, - tip: "slot-time", - require: true, - customRequire: true, - type: "slot", - pColumn: 12, - from: "reservation-time", - }, { icon: "", label: "财务结算", @@ -328,6 +328,19 @@ customRequire: true, pColumn: 12, }, + { + icon: "", + label: "面试时间", + result: "", + path: "", + value: that.updateInfo.interviewTimeStr, + tip: "slot-time", + require: true, + customRequire: true, + type: "slot", + pColumn: 12, + from: "reservation-time", + }, { icon: '', label: '面试地址', @@ -347,19 +360,6 @@ require: false, suffix: 'icon-dizhi1', }, - { - icon: "", - label: "面试时间", - result: "", - path: "", - value: that.updateInfo.interviewTimeStr, - tip: "slot-time", - require: true, - customRequire: true, - type: "slot", - pColumn: 12, - from: "reservation-time", - }, { icon: "", label: "财务结算", @@ -390,6 +390,19 @@ customRequire: true, pColumn: 12, }, + { + icon: "", + label: "面试时间", + result: "", + path: "", + value: that.updateInfo.interviewTimeStr, + tip: "slot-time", + require: true, + customRequire: true, + type: "slot", + pColumn: 12, + from: "reservation-time", + }, { icon: '', label: '面试地址', @@ -409,19 +422,6 @@ require: false, suffix: 'icon-dizhi1', }, - { - icon: "", - label: "面试时间", - result: "", - path: "", - value: that.updateInfo.interviewTimeStr, - tip: "slot-time", - require: true, - customRequire: true, - type: "slot", - pColumn: 12, - from: "reservation-time", - }, { icon: "", label: "财务结算", From 1d2f58b262a12ab8782119cd900e968b8b568d99 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 17:32:22 +0800 Subject: [PATCH 15/29] no message --- utils/ajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ajax.js b/utils/ajax.js index 472fce2..aadb6c7 100644 --- a/utils/ajax.js +++ b/utils/ajax.js @@ -1,5 +1,5 @@ -let ajaxUrl = "http://192.168.3.83:8001"; -// let ajaxUrl = "https://daotian.matripe.com.cn"; +// let ajaxUrl = "http://192.168.3.83:8001"; +let ajaxUrl = "https://daotian.matripe.com.cn"; let data = { ajaxUrl: ajaxUrl, Get ($url = '', $parmas = {}, callback = () => { }, failback = () => { }) { From 1836c8f29626c83c2287e8577cbe07f1e9f7db2d Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Thu, 31 Jul 2025 17:36:10 +0800 Subject: [PATCH 16/29] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E8=B7=9D=E7=A6=BB?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/userShare.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 0e826a8..be97043 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -98,13 +98,12 @@
From 2038246520d38e47936382fda31feda1f9c90dcf Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 31 Jul 2025 17:55:19 +0800 Subject: [PATCH 17/29] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/job.vue | 15 +- root/home/quickApplication.vue | 23 +- root/person/loginIndex.vue | 751 +++++++++++++++++++++-------------------- 3 files changed, 402 insertions(+), 387 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index b211860..5a71744 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -978,9 +978,20 @@ export default { if (!this.attention) { return false; } - // 处理isfans字段传 1是 或 0不是 + let params = { + jobId: this.jobDetail.id, + jobName: this.jobDetail.jobName, + title: "报名", + type: that.jobDetail.jobType, + agencyId: that.jobDetail.agencyId, + }; + if (that.isFans !== false) { + params.isFans = that.isFans; + } + that.shareUserId && (params.agencyUserId = that.shareUserId); + that.shareUserAgencyId && (params.shareUserAgencyId = that.shareUserAgencyId); uni.navigateTo({ - url: `/root/home/quickApplication?jobId=${this.jobDetail.id}&jobName=${this.jobDetail.jobName}&title=报名&type=${that.jobDetail.jobType}&agencyId=${that.jobDetail.agencyId}${that.isFans === false ? '' : `&isFans=${that.isFans }`}`, + url: `/root/home/quickApplication?params=${JSON.stringify(params)}`, }); // if (this.jobDetail.recruitment == 1) { // this.formInfo = { diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 9265cd3..b3aeabe 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -147,21 +147,22 @@ export default { }, onLoad(options) { let that = this; + console.log("options", options); console.log("options.jobId", options.jobId); - if (options.jobId) { - this.updateInfo.jobId = options.jobId; - this.updateInfo.jobName = options.jobName; + let params = options.params ? JSON.parse(options.params) : {}; + if (params.jobId) { + this.updateInfo.jobId = params.jobId; + this.updateInfo.jobName = params.jobName; } uni.setNavigationBarTitle({ - title: options.title ? options.title : "报名", + title: params.title ? params.title : "报名", }); - if (options.type == 1 || options.type == 2) { - that.jobType = options.type; - } - if (options.agencyId) { - that.updateInfo.upAgencyId = options.agencyId; - } - options.isFans && (that.isFans = options.isFans); + if (params.type == 1 || params.type == 2) that.jobType = params.type; + if (params.agencyId) that.updateInfo.upAgencyId = params.agencyId; + + params.isFans && (that.isFans = params.isFans); + params.agencyUserId && (that.updateInfo.agencyUserId = params.agencyUserId); // 分享人id + params.shareUserAgencyId && (that.updateInfo.agencyId = params.shareUserAgencyId); // 分享人团队id this.updateInfo.interviewTimeStr = ""; setTimeout(() => { that.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; diff --git a/root/person/loginIndex.vue b/root/person/loginIndex.vue index 839850e..7a10a13 100644 --- a/root/person/loginIndex.vue +++ b/root/person/loginIndex.vue @@ -1,51 +1,51 @@ From 0c2c3345f0c714e4a610cb8e7aee9e3501ddabe1 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 31 Jul 2025 18:00:14 +0800 Subject: [PATCH 18/29] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/quickLogin.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/quickLogin.vue b/components/quickLogin.vue index f1ba52b..f421b41 100644 --- a/components/quickLogin.vue +++ b/components/quickLogin.vue @@ -32,6 +32,7 @@ export default { openId: wxRes.openId, tel: wxRes.phoneNumber, unionid: wxRes.unionid, + createFakerAgency: 1, }, (res) => { console.log("res", res); @@ -82,6 +83,7 @@ export default { openId: wxRes.openId, tel: wxRes.phoneNumber, unionid: wxRes.unionid, + createFakerAgency: 1, }, (res) => { that.setToken(res); From 4ffcf3e6373bebff219fae4ba127f4e448fe914e Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 18:07:43 +0800 Subject: [PATCH 19/29] no message --- root/person/teamManage.vue | 50 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/root/person/teamManage.vue b/root/person/teamManage.vue index 086e532..6254f7b 100644 --- a/root/person/teamManage.vue +++ b/root/person/teamManage.vue @@ -11,16 +11,40 @@
您有{{ applyNum }}条申请等待审核
-
{{ agencyInfo.fullName || agencyInfo.userName }}
+ +
+ +
-
-
+
+
{{ item.aliasName || item.userName }} -
{{ i }}
+
{{ i }}
-
+
{{ item.tel }} - +
@@ -129,6 +153,20 @@ export default { that.applyNum = res; }); }, + openChoose(){ + console.log('openChoose') + uni.showActionSheet({ + itemList: ['添加团队成员', '修改企业资料'], + success: (res) => { + console.log(res) + if(res.tapIndex == 0){ + this.goPage('/root/person/addOrUpdataMember') + }else if(res.tapIndex == 1){ + this.goPage('/root/person/info?active=1') + } + } + }) + } }, }; From ca4e30530f1544547bdabeb04c9c2df5da24a126 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 31 Jul 2025 18:17:47 +0800 Subject: [PATCH 20/29] no message --- root/person/teamManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/person/teamManage.vue b/root/person/teamManage.vue index 6254f7b..3b8224a 100644 --- a/root/person/teamManage.vue +++ b/root/person/teamManage.vue @@ -178,7 +178,7 @@ export default { background-color: #fff2f0; } .member { - color: rgba(0, 0, 0, 0.88); + color: #666; // border: 1px solid #f9676e; background-color: rgba(0, 0, 0, 0.04); } From 742d1f6801dfd1c1e85539282a4d5ac191bd0574 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 31 Jul 2025 18:18:35 +0800 Subject: [PATCH 21/29] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/userShare.vue | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index be97043..de7e1f4 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -1,7 +1,7 @@