|
|
@@ -4,12 +4,12 @@
|
|
|
<flow :dataList="flowList"></flow>
|
|
|
<div class="page-content">
|
|
|
<p class="tips col1">
|
|
|
- 1、主页简历将直接作为面试依据,请务必在面试前<a :href="`/wo/${userinfo.uid}`" target="view_window">完善简历</a>
|
|
|
+ 1、主页简历将直接作为面试依据,请务必在面试前<a :href="`/wo/${userinfo.uid}`" :click="this.cnzz('技术认证','完善简历')" target="view_window">完善简历</a>
|
|
|
</p>
|
|
|
<p class="tips">2、最近可面试时间</p>
|
|
|
<el-input class="input" type="textarea" placeholder="比如:周六周日全天有空;最近每晚7点后都有空" :autosize="{ minRows: 8}"
|
|
|
v-model="memo"></el-input>
|
|
|
- <el-button class="submit" type="primary" @click="submit">确认提交</el-button>
|
|
|
+ <el-button class="submit" type="primary" @click="submit">确认提交</el-button>
|
|
|
<p class="bottom-tips">* 点击提交后,工作人员将和您确认时间并为您对接面试官</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -58,7 +58,11 @@
|
|
|
this.$parent.set_step(3);
|
|
|
}
|
|
|
});
|
|
|
+ this.cnzz('技术认证','提交面试',"")
|
|
|
}
|
|
|
+ },
|
|
|
+ async mounted() {
|
|
|
+ this.cnzz("技术认证","第二步","");
|
|
|
}
|
|
|
}
|
|
|
</script>
|