From 73dd6f6c98e5c86994bf4291f8454e746829076d Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Sat, 9 May 2026 15:37:46 +0800 Subject: [PATCH] no message --- api/job.js | 2 +- root/detail/job.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/job.js b/api/job.js index 6f74961..2d352e6 100644 --- a/api/job.js +++ b/api/job.js @@ -56,7 +56,7 @@ let jobInfo = { update_job_recruitment: '/yishoudan/custom/job/recruitment', // 职位开停招 getCityNameByLatLng: '/location/getCityNameByLatLng' ,// 职位开停招 // job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIM", // 获取客服ID(老) - job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIMAccid", // 获取客服ID + job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIM", // 获取客服ID job_share:"/yishoudan/custom/job/listRecommendForZgb", job_get_agency_cus: "/yishoudan/job/customer/support/getAgencyCustomerSupportIM", // 获取代理客服ID diff --git a/root/detail/job.vue b/root/detail/job.vue index a45ad7c..362524a 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -826,7 +826,7 @@ export default { // senderUserId: uni.getStorageSync("apply-uid"), // receiverUserId: cusData, senderAccid: uni.getStorageSync("im-accid"), - receiverAccid: cusData, + receiverAccid: cusData.accid, }, (res) => { uni.$UIKitStore.uiStore.selectConversation(res.conversationId); @@ -1790,7 +1790,7 @@ export default { // senderUserId: uni.getStorageSync("apply-uid"), // receiverUserId: cusData, senderAccid: uni.getStorageSync("im-accid"), - receiverAccid: cusData, + receiverAccid: cusData.accid, }, (res) => { // uni.$UIKitStore.uiStore.selectConversation(res.conversationId); @@ -1801,7 +1801,7 @@ export default { // senderUserId: uni.getStorageSync("apply-uid"), // 发送者id 即当前登录用户id // receiverUserId: cusData, // 接收方用户id senderAccid: uni.getStorageSync("im-accid"), - receiverAccid: cusData, + receiverAccid: cusData.accid, type: 100000, jobDetail: { title: that.jobDetail.jobName, @@ -1815,7 +1815,7 @@ export default { }, () => { uni.navigateTo({ - url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData), + url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData.accid), }); }, () => {},