diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue index 04998a7..ab47abb 100644 --- a/components/panel/formSlot.vue +++ b/components/panel/formSlot.vue @@ -137,9 +137,14 @@ -
- - +
+ + {{ item.value || '-' }} + + + + +
diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index bf5c5c9..472ae70 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -130,6 +130,8 @@ export default { uni.$on("changeJobInfo", function (data) { that.updateInfo.jobId = data.info.leafCateId; that.updateInfo.jobName = data.info.title; + that.currentJobInfo = data.info; + that.jobType = data.info.jobType; console.log("data.info", data.info); that.getJobDetail(data.info); @@ -196,6 +198,7 @@ export default { IS_CREATOR: false, jobType: 2, isFans: 2, + currentJobInfo: {}, cdnBaseImg: this.G.store().cdnBaseImg, nation: nationlist.map((item, index) => { return item.name; @@ -256,6 +259,8 @@ export default { }, setFormList(policyStr) { let that = this; + console.log("that.updateInfo", that.updateInfo); + console.log('that.currentJobInfo.agencyId == uni.getStorageSync("apply-userinfo").agencyId',that.currentJobInfo.agencyId == uni.getStorageSync("apply-userinfo").agencyId); if (that.isFans == 2) { that.jobData = [ { @@ -294,6 +299,7 @@ export default { longitude: that.updateInfo["interviewLng"], }, tip: "slot-choose&input-address", + // uneditable: (that.currentJobInfo.agencyId == uni.getStorageSync("apply-userinfo").agencyId) ? false : true, placeholder: "请选择面试地址", type: "slot", fontSize: "16px",