From 7eba617bc9c37733f172f1b40bad7dda535a06d7 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 11:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=8F=E8=A7=88=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/job.js | 1 + root/detail/job.vue | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/api/job.js b/api/job.js index ede0c56..a62ff4e 100644 --- a/api/job.js +++ b/api/job.js @@ -16,6 +16,7 @@ let jobInfo = { job_ai: '/yishoudan/common/structure/get', // 获取ai结果 yi_job_class_new: "/labels/getListByTypeAndIndustry", // 新职位要求接口(新) job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIM", // 获取客服ID + hasSee: "/yishoudan/job/view/record/addRecord", } export default jobInfo; \ No newline at end of file diff --git a/root/detail/job.vue b/root/detail/job.vue index 13eac5a..adde471 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -700,6 +700,7 @@ export default { }, onShow() { let that = this; + that.hasSee(); this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; console.log("this.IS_CREATOR", this.IS_CREATOR); this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag; @@ -752,6 +753,12 @@ export default { }, methods: { + hasSee() { + var that = this; + that.G.Get(that.api.hasSee + "?jobId=" + that.uid, "", (res) => { + console.log("res", res); + }); + }, goAddress() { let that = this; uni.navigateTo({