|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="topboxR"> |
|
|
|
|
<div class="topboxRT"> |
|
|
|
|
<div class="topboxRTIT" v-for="it in 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> |
|
|
|
@ -110,7 +110,11 @@ export default { |
|
|
|
|
} else { |
|
|
|
|
if (this.userinform.testerStatus == 2) { |
|
|
|
|
shenqingJob(this.jonInfo.jobId, { userId: this.userId }).then((res) => { |
|
|
|
|
this.$message.success('职位申请成功') |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
this.$message.success('职位申请成功') |
|
|
|
|
} |
|
|
|
|
}).catch(error => { |
|
|
|
|
this.$message.warning(error) |
|
|
|
|
}) |
|
|
|
|
} else { |
|
|
|
|
getCloudAll(this.userId).then((res) => { |
|
|
|
|