<%@ 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"%>

DAPP_用户管理

<%@ include file="include/alert.jsp"%>
查询条件
操作
查询结果
用户名(钱包地址) UID 账户类型 推荐人 用户钱包USDT映射 收益账户(ETH) 质押账户(USDT) 体验金账户(USDT) 授权状态
${fn:substring(item.username,0,6)}*****${fn:substring(item.username,fn:length(item.username) - 6, fn:length(item.username))} ${item.username} ${item.usercode} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${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.money} ${item.eth_dapp} ${item.usdt_dapp} 授权申请中 已授权 授权失败 未授权 拒绝授权
<%@ include file="include/page_simple.jsp"%>
<%--
--%> <%--
--%> <%--
--%> <%--
--%> <%--
--%> <%--
--%> <%--
--%> <%--
--%> <%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>