<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ include file="include/pagetop.jsp"%> <%@ include file="include/head.jsp"%> <%@ include file="include/loading.jsp"%>

用户基础认证

<%@ include file="include/alert.jsp"%>
查询条件
查询结果
用户(点击查看证件照) UID 推荐人 账户类型 实名姓名 绑定手机 绑定邮箱 认证状态 客户提交时间 审核操作时间 原因
${item.username} ${item.usercode} ${fn:substring(item.username_parent,0,6)}*****${fn:substring(item.username_parent,fn:length(item.username_parent) - 6, fn:length(item.username_parent))} ${item.username_parent} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.name} ${item.phone} ${item.email} 未审核 审核中 审核通过 未通过 ${item.apply_time} ${item.operation_time} ${item.msg}
<%@ include file="include/page_simple.jsp"%>
<%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>