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,