7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
|
<% if @status == 0%>
|
||
|
alert("您申请的项目不存在");
|
||
|
<% elsif @status == 1%>
|
||
|
alert("申请成功");
|
||
|
<%else%>
|
||
|
alert("申请失败");
|
||
|
<%end%>
|