|
|
|
@ -1834,7 +1834,7 @@ export default {
|
|
|
|
goIm() {
|
|
|
|
goIm() {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
that.F.wyyxGet(that.api.job_get_cus + "?jobId=" + that.jobDetail.id, {}, (cusData) => {
|
|
|
|
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,
|
|
|
|
cusData: cusData,
|
|
|
|
jobDetail: that.jobDetail,
|
|
|
|
jobDetail: that.jobDetail,
|
|
|
|
uid: that.uid,
|
|
|
|
uid: that.uid,
|
|
|
|
|