This commit is contained in:
zhaofang
2022-10-19 11:38:43 +08:00
parent 397c558abc
commit 931aa96cff
11 changed files with 40 additions and 11 deletions

View File

@@ -430,7 +430,7 @@
this.current_teacher_follow = true;
} else if(res.status == 400){
this.$message.warning(res.message);
this.current_teacher_follow = true;
this.current_teacher_follow = false;
}else{
this.$message.error(res.message);
}