Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
haishi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
haishi
Commits
7280e223
Commit
7280e223
authored
Mar 28, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
9a960dc0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
75 deletions
+71
-75
admin/themes/simplebootx/Admin/Gather/index.html
+71
-75
application/Admin/Controller/GatherController.class.php
+0
-0
No files found.
admin/themes/simplebootx/Admin/Gather/index.html
View file @
7280e223
<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"
>
<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"
>
<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"
>
<th
ead
>
<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
>
</thea
d>
<tbody
>
<
php>
$user_statuses=array("0"=>L('已拉黑'),"1"=>'正常',"2"=>'未验证');
</php
>
<
foreach
name=
"users"
item=
"vo"
>
<t
r
>
<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}
</t
d>
<td>
{$vo.guardcoin}
</td
>
<
td>
{$vo.mallcoin}
</td
>
<
td>
{$vo.solt1}
</td
>
<t
d>
{$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>
application/Admin/Controller/GatherController.class.php
View file @
7280e223
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment