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
d4957fad
Commit
d4957fad
authored
Mar 28, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
ee50aefd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
admin/themes/simplebootx/Admin/Gather/index.html
+8
-7
application/Admin/Controller/GatherController.class.php
+0
-0
No files found.
admin/themes/simplebootx/Admin/Gather/index.html
View file @
d4957fad
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<li><a
href=
"{:U('Gather/add')}"
>
添加
</a></li>
<li><a
href=
"{:U('Gather/add')}"
>
添加
</a></li>
</if>
</if>
</ul>
</ul>
<form
class=
"well form-search"
method=
"post"
action=
"{:U('Gather/index')}"
>
<form
class=
"well form-search"
name=
"form1"
method=
"post"
action=
"{:U('Gather/index')}"
>
类型:
类型:
<select
class=
"select_2"
name=
"type"
id=
"four"
>
<select
class=
"select_2"
name=
"type"
id=
"four"
>
...
@@ -19,7 +19,8 @@
...
@@ -19,7 +19,8 @@
时间段:
时间段:
<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"
>
<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=
"搜索"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
onclick=
"form1.action='{:U('Gather/index')}';form1.submit();"
>
<input
type=
"button"
class=
"btn btn-primary"
style=
"background-color: #1dccaa;"
value=
"导出"
onclick=
"form1.action='{:U('Gather/export')}';form1.submit();"
/>
<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;"
>
...
@@ -40,11 +41,11 @@
...
@@ -40,11 +41,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>
...
...
application/Admin/Controller/GatherController.class.php
View file @
d4957fad
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