socialforge/app/views/applied_project/applied_join_project.js.erb

11 lines
289 B
Plaintext
Raw Normal View History

2015-01-23 17:10:21 +08:00
<% if @status == 0%>
alert("您申请的项目不存在");
<% elsif @status == 1%>
2015-01-26 15:41:10 +08:00
alert("请勿重复申请加入该项目");
<% elsif @status == 2%>
2015-01-23 17:10:21 +08:00
alert("申请成功");
<% elsif @status == 3%>
alert("您已加入该项目");
2015-01-23 17:10:21 +08:00
<%else%>
alert("申请失败");
<%end%>