From 9fe9cd3a9c1dba3ff24ad2baed6323bd3b0ef0fe Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 11 May 2026 17:33:19 +0800 Subject: [PATCH] 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 49bf9d2..49a397a 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -1834,7 +1834,7 @@ export default { goIm() { let that = this; that.F.wyyxGet(that.api.job_get_cus + "?jobId=" + that.jobDetail.id, {}, (cusData) => { - uni.setStorageSync("jobim", json.stringify({ + uni.setStorageSync("jobim", JSON.stringify({ cusData: cusData, jobDetail: that.jobDetail, uid: that.uid,