提交 a1f0cc00 authored 作者: lhh's avatar lhh

update

上级 7fb777de
...@@ -125,7 +125,6 @@ export default { ...@@ -125,7 +125,6 @@ export default {
// 申请面试 // 申请面试
toInterview() { toInterview() {
if (this.activeProgress < 1) { if (this.activeProgress < 1) {
// this.$message.warning('请完成报名申请并缴报名费')
this.$message.warning('请完成报名申请') this.$message.warning('请完成报名申请')
return return
} }
...@@ -140,7 +139,7 @@ export default { ...@@ -140,7 +139,7 @@ export default {
}, },
// 办理入学 // 办理入学
toAdmission() { toAdmission() {
if (this.activeProgress < 3) { if (this.activeProgress < 2) {
this.$message.warning('请等待面试结果') this.$message.warning('请等待面试结果')
return return
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论