如图课程大纲中“加入班级”,输入错误的邀请码,提示“您加入的班级不存在”不合理,应该是“您输入的邀请码错误”

This commit is contained in:
cxt 2016-11-11 16:59:15 +08:00
parent cb5ca96bb5
commit 7298e983fa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ alert("班级已过期\n请联系班级管理员重启班级。(在配置班级
alert("您已经加入了班级");
window.location.href= "<%= Setting.protocol%>://"+"<%= Setting.host_name%>"+"/courses/" + "<%= @course.id%>"
<% elsif @state == 4 %>
alert("您加入的班级不存在");
alert("您输入的邀请码错误");
<% elsif @state == 5 %>
alert("您还未登录");
<% elsif @state == 6 %>