" class="none"> <% if !@user.authentication && (@apply_user_auth.nil? || @apply_user_auth.status == 2 || @apply_user_auth.status == 3) %> 1.填写实名信息 <% elsif !@user.authentication && @apply_user_auth.try(:status) == 0 %> 2.等待人工审核 <% elsif @user.authentication %> 3.实名认证结果 <% end %> <% unless @user.lastname.blank? %> 返回 <% end %>
<%= render :partial => "account/copyright_info" %>