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

7 lines
157 B
Plaintext
Raw Normal View History

2015-01-23 17:10:21 +08:00
<% if @status == 0%>
alert("您申请的项目不存在");
<% elsif @status == 1%>
alert("申请成功");
<%else%>
alert("申请失败");
<%end%>