<%@ 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/top.jsp"%> --%> <%-- <%@ include file="include/menu_left.jsp"%> --%>

全局活动管理

<%@ include file="include/alert.jsp"%>
查询条件

用户名(UID)
如果为空,则是全局默认活动,如果是代理商UID 则表示代理线下所有用户活动。如果是用户UID,则代表单个用户活动。
优先级为个人>代理>全局

查询结果
新增
用户名 UID 账户类型 推荐人 活动标题 活动标题图片 用户USDT达标数量 奖励ETH数量 活动准入结束时间 活动奖励派发时间 首页弹出活动 状态
${fn:substring(item.username,0,6)}*****${fn:substring(item.username,fn:length(item.username) - 6, fn:length(item.username))} ${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.title} ${item.usdt} ${item.eth} <%-- --%> ${item.endtime} <%-- --%> ${item.sendtime} 开启 关闭 启用 停用
<%@ include file="include/page_simple.jsp"%>
<%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>