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

update

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