Commit 7280e223 by 冷斌

fix bug

parent 9a960dc0
<admintpl file="header" />
</head>
<body>
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a href="{:U('Gather/index')}">列表</a></li>
<if condition="$isshow">
<li><a href="{:U('Gather/add')}">添加</a></li>
</if>
</ul>
<form class="well form-search" method="post" action="{:U('Gather/index')}">
代理、推广员、主播:
<input type="text" name="keyword" style="width: 200px;" value="{$formget.keyword}" placeholder="请输入用户名、昵称...">
时间段:
<input type="text" name="start_time" class="js-date date" id="start_time" value="{$formget.start_time}" style="width: 80px;" autocomplete="off">-
<input type="text" class="js-date date" name="end_time" id="end_time" value="{$formget.end_time}" style="width: 80px;" autocomplete="off"> &nbsp; &nbsp;
<input type="submit" class="btn btn-primary" value="搜索">
<div style="margin-top:10px">
{$date}数据统计 (根据筛选条件统计)
<span style="color:red;font-size: 17px;">
<div class="wrap js-check-wrap">
<ul class="nav nav-tabs">
<li class="active"><a href="{:U('Gather/index')}">列表</a></li>
<if condition="$isshow">
<li><a href="{:U('Gather/add')}">添加</a></li>
</if>
</ul>
<form class="well form-search" method="post" action="{:U('Gather/index')}">
类型:
<select class="select_2" name="type" id="four">
<volist name="types" id="v">
<option value="{$v['type']}" <if condition="$formget.type eq $v['type']">selected</if>>{$v['name']}</option>
</volist>
</select>
时间段:
<input type="text" name="start_time" class="js-date date" id="start_time" value="{$formget.start_time}" style="width: 80px;" autocomplete="off">-
<input type="text" class="js-date date" name="end_time" id="end_time" value="{$formget.end_time}" style="width: 80px;" autocomplete="off"> &nbsp; &nbsp;
<input type="submit" class="btn btn-primary" value="搜索">
<div style="margin-top:10px">
{$date}月数据统计 (根据筛选条件统计)
<span style="color:red;font-size: 17px;">
普客总充值:¥{$_total_charge}
普客刷礼(钻石):{$total_coin}
普客刷礼(萌豆):{$total_coin}
</span>
</div>
<if condition="$my eq 1">
<div style="margin-top:10px">
注册人数:{$my_total_reg}
充值金额:{$my_total_charge}
充值人数:{$my_total_charge_num}
自客自销(钻石):{$mysolt1}
他客自销(钻石):{$mysolt3}
自客他销(钻石):{$mysolt2}
</div>
</if>
</form>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th width="50">ID</th>
<th>角色</th>
<th>账号</th>
<th>昵称</th>
<th>手机</th>
<th>注册人数</th>
<th>充值金额</th>
<th>充值人数</th>
<th>守护金额(钻石)</th>
<th>商城消费(钻石)</th>
<th>自客自销(钻石)</th>
<th>他客自销(钻石)</th>
<th>自客他销(钻石)</th>
</tr>
</thead>
<tbody>
<php>$user_statuses=array("0"=>L('已拉黑'),"1"=>'正常',"2"=>'未验证');</php>
<foreach name="users" item="vo">
<tr>
<td>{$vo.id}</td>
<td>{$vo.rbac}</td>
<td>{$vo.user_login}</td>
<td>{$vo.user_nicename}</td>
<td>{$vo.mobile}</td>
<td>{$vo.total_reg}</td>
<td>{$vo.total_charge}</td>
<td>{$vo.total_charge_num}</td>
<td>{$vo.total_coin}</td>
<td>{$vo.total_votes}</td>
<td>{$vo.solt1}</td>
</div>
</form>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th width="50">ID</th>
<th>角色</th>
<th>账号</th>
<th>昵称</th>
<th>手机</th>
<th>注册人数</th>
<th>充值金额</th>
<th>充值人数</th>
<th>守护金额(萌币)</th>
<th>商城消费(萌币)</th>
<th>自客自销(萌币)</th>
<th>他客自销(萌币)</th>
<th>自客他销(萌币)</th>
</tr>
</thead>
<tbody>
<php>$user_statuses=array("0"=>L('已拉黑'),"1"=>'正常',"2"=>'未验证');</php>
<foreach name="users" item="vo">
<tr>
<td>{$vo.id}</td>
<td>{$vo.rbac}</td>
<td>{$vo.user_login}</td>
<td>{$vo.user_nicename}</td>
<td>{$vo.mobile}</td>
<td>{$vo.total_reg}</td>
<td>{$vo.total_charge}</td>
<td>{$vo.total_charge_num}</td>
<td>{$vo.guardcoin}</td>
<td>{$vo.mallcoin}</td>
<td>{$vo.solt1}</td>
<td>{$vo.solt3}</td>
<td>{$vo.solt2}</td>
<!-- <td>{$vo.test}</td>
<td>{$vo.test2}</td> -->
</tr>
</foreach>
</tbody>
</table>
<div class="pagination">{$page}</div>
</div>
<script src="__PUBLIC__/js/common.js"></script>
<script type="text/javascript">
<td>{$vo.solt3}</td>
<td>{$vo.solt2}</td>
<!-- <td>{$vo.test}</td> -->
</tr>
</foreach>
</tbody>
</table>
<div class="pagination">{$page}</div>
</div>
<script src="__PUBLIC__/js/common.js"></script>
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment