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 cb8fc78..554435d 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/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 ? "已收藏" : "收藏" }}
-
+