From 50dda7e8af4220d708d0fd9b2bf1e356b28ac47f Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 6 Aug 2025 11:16:39 +0800 Subject: [PATCH 1/2] no message --- api/order.js | 4 ++-- pages.json | 2 +- root/detail/apply.vue | 2 +- root/detail/fellow.vue | 4 ++-- root/home/components/AiApply.vue | 2 +- root/home/editTownsman.vue | 2 +- root/home/quickApplication.vue | 6 +++--- root/person/myOrder.vue | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api/order.js b/api/order.js index 351fbab..5acb75c 100644 --- a/api/order.js +++ b/api/order.js @@ -7,8 +7,8 @@ let orderInfo = { order_submitRemark :"/yishoudan/user/apply/order/updateOrder",// 跟进记录提交事件 order_peopleList :"/yishoudan/user/getAgencyCorpUsers",// 报名人列表 order_submitPeople :"/yishoudan/user/apply/order/updateApplyUserAndStatistic",// 报名人提交修改 - order_submitFellow :"/yishoudan/user/updateInfo",// 老乡编辑提交 - order_submitFellowNew :"/yishoudan/user/apply/order/V2/updateUserInfo",// 老乡编辑提交 + order_submitFellow :"/yishoudan/user/updateInfo",// 工友编辑提交 + order_submitFellowNew :"/yishoudan/user/apply/order/V2/updateUserInfo",// 工友编辑提交 order_submitTime :"/assistant/apply/order/changeTime",// 时间编辑提交 order_residentList :"/assistant/agency/onsite/user/list",// 驻场列表 order_residentSubmit :"/assistant/apply/order/changeOnSiteUser",// 驻场提交 diff --git a/pages.json b/pages.json index cd5ec86..1c2810b 100644 --- a/pages.json +++ b/pages.json @@ -53,7 +53,7 @@ { "path": "editTownsman", "style": { - "navigationBarTitleText": "编辑老乡信息" + "navigationBarTitleText": "编辑工友信息" } }, { diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 561416c..0962ee2 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -217,7 +217,7 @@ - 老乡信息 + 工友信息 diff --git a/root/detail/fellow.vue b/root/detail/fellow.vue index 5b744bf..c4dec9c 100644 --- a/root/detail/fellow.vue +++ b/root/detail/fellow.vue @@ -111,7 +111,7 @@ :list="[ { icon: '', - label: '老乡电话', + label: '工友电话', result: '', path: '', value: info.tel, @@ -199,7 +199,7 @@ export default { // this.imgList = this.info.imgs.split(","); // } } - console.log("获取老乡信息:", options); + console.log("获取工友信息:", options); }, onShow() { let that = this; diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index 384878e..2208581 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -6,7 +6,7 @@
- +
diff --git a/root/home/editTownsman.vue b/root/home/editTownsman.vue index b3e7cd7..efbd846 100644 --- a/root/home/editTownsman.vue +++ b/root/home/editTownsman.vue @@ -187,7 +187,7 @@ export default { this.imgList = this.info.imgs.split(',') } } - console.log('获取老乡信息:', options) + console.log('获取工友信息:', options) }, onShow() { let that = this diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index ef6c147..1e50e9a 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -409,10 +409,10 @@ export default { let that = this, params = {}, info = null; - // 如果第一个老乡信息没有编辑, 则进行提示 + // 如果第一个工友信息没有编辑, 则进行提示 // if (!that.persenInfo[0].userName && $item === "") { // uni.showToast({ - // title: "请先编辑第一个老乡信息", + // title: "请先编辑第一个工友信息", // icon: "none", // }); // return; @@ -464,7 +464,7 @@ export default { if (that.persenInfo.length == 0) { uni.showToast({ icon: "none", - title: "请输入老乡信息", + title: "请输入工友信息", }); return false; } diff --git a/root/person/myOrder.vue b/root/person/myOrder.vue index eb7d988..ea7fcd0 100644 --- a/root/person/myOrder.vue +++ b/root/person/myOrder.vue @@ -120,7 +120,7 @@ export default { let that = this; that.getTobeSupplierInfo(); - console.log("获取老乡信息:", options); + console.log("获取工友信息:", options); uni.$on("changeDesp", function (data) { console.log(data.info); console.log("监听到事件来自 update ,携带参数 msg 为:" + data.info); From 188ccce0e8640e1c1ac0c7365c71adf47de56689 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 6 Aug 2025 11:38:57 +0800 Subject: [PATCH 2/2] no message --- root/detail/job.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index e79ef69..c6222ef 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -448,7 +448,7 @@
{{ isSc ? "已收藏" : "收藏" }}
-
+