|
|
@@ -62,12 +62,14 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
+ <p v-show="imgShow" class="field-tips">最终定级由面试表现协定;认证一般没有失败,除非您的技术能力低于最低要求</p>
|
|
|
<!-- <p class="field-tips" v-show="currentFieldId" style="margin-top: 10px">参与能力评估,赠送1个月<a href="/type/vip/developer">开发者会员</a></p> -->
|
|
|
<p class="field-tips" v-show="currentFieldId" style="margin-top: 10px">认证收费将支付给面试官,而非平台,详情见等级对照表</p>
|
|
|
<div v-show="imgShow" class="col-title width-infinity upload-title">
|
|
|
<span class="label">上传薪资证明</span>
|
|
|
</div>
|
|
|
- <p v-show="imgShow" class="field-tips">仅F5、6需要提供薪资证明(可上传多张),F5: 40W以上年薪;F6:65W以上年薪</p>
|
|
|
+ <p v-show="imgShow" class="field-tips">目标T5级(对标阿里P7),最低40W以上年薪</p>
|
|
|
+ <p v-show="imgShow" class="field-tips">目标T6级(对标阿里P8),最低65W以上年薪</p>
|
|
|
<div v-show="imgShow" class="width-infinity upload-action">
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
@@ -86,7 +88,7 @@
|
|
|
<i class="el-icon-upload"></i>
|
|
|
<div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div>
|
|
|
<div class="el-upload__tip" slot="tip" style="display: flex;flex-direction: column">
|
|
|
- <span>支持5M以内的PNG、JPG、JPEG格式的图片</span>
|
|
|
+ <span>支持5M以内的PNG、JPG、JPEG格式的图片,可上传多张</span>
|
|
|
<br/>
|
|
|
<a href="https://jishuin.proginn.com/p/763bfbd72778" target="view_window" style="font-size: 15px">查看常见薪水证明以及获取方式</a>
|
|
|
</div>
|
|
|
@@ -139,7 +141,6 @@
|
|
|
}, {
|
|
|
title: '3、其他说明',
|
|
|
content: '* 技术认证采用线上面试的方式进行' + '<br/>' +
|
|
|
- '* 最终技术等级以面试官反馈为准,认证一般没有失败,除非您的技术能力低于最低要求' + '<br/>' +
|
|
|
'* 可进行多领域认证,也可就已认证领域再次认证' + '<br/>' +
|
|
|
'* 评估金额无法退回,请确保已理解所有内容',
|
|
|
linkUrl: ''
|
|
|
@@ -225,8 +226,7 @@
|
|
|
window.open(`https://proginn.feishu.cn/docs/doccnFJSsH0KZ9cTfQNpSRrZ4Of`)
|
|
|
},
|
|
|
handleLevelChange(value) {
|
|
|
- // this.imgShow = value === '1105' || value === '1106';
|
|
|
- this.imgShow = value === '1106';
|
|
|
+ this.imgShow = value === '1105' || value === '1106';
|
|
|
const res = this.levels.find((ele) => {
|
|
|
return ele.item_id === value
|
|
|
});
|