commit
8454e56ff4
@ -1,11 +1,11 @@
|
||||
<% if @status == 0%>
|
||||
alert("您申请的项目不存在");
|
||||
alert("<%= l('project.join.tips.notexist') %>");
|
||||
<% elsif @status == 1%>
|
||||
alert("请勿重复申请加入该项目");
|
||||
alert("<%= l('project.join.tips.repeat') %>");
|
||||
<% elsif @status == 2%>
|
||||
alert("申请成功");
|
||||
alert("<%= l('project.join.tips.success') %>");
|
||||
<% elsif @status == 3%>
|
||||
alert("您已加入该项目");
|
||||
alert("<%= l('project.join.tips.has') %>");
|
||||
<%else%>
|
||||
alert("申请失败");
|
||||
alert("<%= l('project.join.tips.fail') %>");
|
||||
<%end%>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue