修复当课程不存在时提示有误的BUG

This commit is contained in:
sw 2014-10-22 12:02:34 +08:00
parent bf49f46b22
commit 877c041516
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<% elsif @state == 3 %>
alert("您已经加入了课程");
<% elsif @state == 4 %>
alert("您已经的课程不存在");
alert("您加入的课程不存在");
<% elsif @state == 5 %>
alert("您还未登录");
<% else %>