<% if !@org_name.blank? %> <%if @check == false %> $checkName = false; <% if @config_page %> $("#check_name_hint").html('名字不能重复').show(); <% else%> $("#organization_name_notice").html('名字不能重复').show(); <%end%> <% else %> $checkName = true; <% if @config_page %> $("#check_name_hint").html('名字可以使用').show(); <% else%> $("#organization_name_notice").html('名字可以使用').show(); <%end%> <%end%> <% else %> $("#check_name_hint").html('名字不能为空').show(); <% end %>