Commit 7280e223 by 冷斌

fix bug

parent 9a960dc0
<admintpl file="header" /> <admintpl file="header" />
</head> </head>
<body> <body>
<div class="wrap js-check-wrap"> <div class="wrap js-check-wrap">
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li class="active"><a href="{:U('Gather/index')}">列表</a></li> <li class="active"><a href="{:U('Gather/index')}">列表</a></li>
<if condition="$isshow"> <if condition="$isshow">
...@@ -9,32 +9,25 @@ ...@@ -9,32 +9,25 @@
</if> </if>
</ul> </ul>
<form class="well form-search" method="post" action="{:U('Gather/index')}"> <form class="well form-search" method="post" action="{:U('Gather/index')}">
代理、推广员、主播:
<input type="text" name="keyword" style="width: 200px;" value="{$formget.keyword}" placeholder="请输入用户名、昵称..."> 类型:
<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" 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="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="搜索"> <input type="submit" class="btn btn-primary" value="搜索">
<div style="margin-top:10px"> <div style="margin-top:10px">
{$date}数据统计 (根据筛选条件统计) {$date}月数据统计 (根据筛选条件统计)
<span style="color:red;font-size: 17px;"> <span style="color:red;font-size: 17px;">
普客总充值:¥{$_total_charge} 普客总充值:¥{$_total_charge}
普客刷礼(钻石):{$total_coin} 普客刷礼(萌豆):{$total_coin}
</span> </span>
</div> </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> </form>
<table class="table table-hover table-bordered"> <table class="table table-hover table-bordered">
<thead> <thead>
...@@ -47,11 +40,11 @@ ...@@ -47,11 +40,11 @@
<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>他客自销(钻石</th> <th>他客自销(萌币</th>
<th>自客他销(钻石</th> <th>自客他销(萌币</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -66,19 +59,22 @@ ...@@ -66,19 +59,22 @@
<td>{$vo.total_reg}</td> <td>{$vo.total_reg}</td>
<td>{$vo.total_charge}</td> <td>{$vo.total_charge}</td>
<td>{$vo.total_charge_num}</td> <td>{$vo.total_charge_num}</td>
<td>{$vo.total_coin}</td> <td>{$vo.guardcoin}</td>
<td>{$vo.total_votes}</td> <td>{$vo.mallcoin}</td>
<td>{$vo.solt1}</td> <td>{$vo.solt1}</td>
<td>{$vo.solt3}</td> <td>{$vo.solt3}</td>
<td>{$vo.solt2}</td> <td>{$vo.solt2}</td>
<!-- <td>{$vo.test}</td> --> <!-- <td>{$vo.test}</td>
<td>{$vo.test2}</td> -->
</tr> </tr>
</foreach> </foreach>
</tbody> </tbody>
</table> </table>
<div class="pagination">{$page}</div> <div class="pagination">{$page}</div>
</div> </div>
<script src="__PUBLIC__/js/common.js"></script> <script src="__PUBLIC__/js/common.js"></script>
<script type="text/javascript">
</script>
</body> </body>
</html> </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