|
|
|
@ -33,7 +33,9 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="topboxR"> |
|
|
|
|
<div class="topboxRT"> |
|
|
|
|
<div class="topboxRTIT" v-for="it in jonInfo.welfare && jonInfo.welfare.split(',')" :key="it">{{ it }}</div> |
|
|
|
|
<div class="topboxRTIT" v-for="it in jonInfo.welfare && jonInfo.welfare.split(',')" :key="it"> |
|
|
|
|
{{ it }} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="topboxRB">{{ jonInfo.company }}</div> |
|
|
|
|
</div> |
|
|
|
@ -109,13 +111,15 @@ export default { |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|
if (this.userinform.testerStatus == 2) { |
|
|
|
|
shenqingJob(this.jonInfo.jobId, { userId: this.userId }).then((res) => { |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
this.$message.success('职位申请成功') |
|
|
|
|
} |
|
|
|
|
}).catch(error => { |
|
|
|
|
this.$message.warning(error) |
|
|
|
|
}) |
|
|
|
|
shenqingJob(this.jonInfo.jobId, { userId: this.userId }) |
|
|
|
|
.then((res) => { |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
this.$message.success('职位申请成功') |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
.catch((error) => { |
|
|
|
|
this.$message.warning(error) |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|
getCloudAll(this.userId).then((res) => { |
|
|
|
|
// 个人简介 |
|
|
|
@ -130,6 +134,8 @@ export default { |
|
|
|
|
} else { |
|
|
|
|
this.$message.warning('请先入驻成为云员工') |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
this.$message.warning('请先入驻成为云员工') |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|