From 048e37fdd72d4759eb7432902a066edd7ee0dde7 Mon Sep 17 00:00:00 2001 From: zyx Date: Thu, 24 Oct 2019 19:42:35 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Promote/msg_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Home/View/default/Promote/msg_list.html b/Application/Home/View/default/Promote/msg_list.html index 043168bad..7e84b37c2 100644 --- a/Application/Home/View/default/Promote/msg_list.html +++ b/Application/Home/View/default/Promote/msg_list.html @@ -14,7 +14,7 @@
curr">公告 - + {$gg_count} @@ -28,18 +28,18 @@ curr">游戏活动 - + {$zx_count} curr">资源号异常日志 - +
From b0411e3704a127107c7d1abf4499d3fdf012a4e1 Mon Sep 17 00:00:00 2001 From: zyx Date: Thu, 24 Oct 2019 19:43:11 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Promote/msg_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/View/default/Promote/msg_list.html b/Application/Home/View/default/Promote/msg_list.html index 7e84b37c2..221dc6a89 100644 --- a/Application/Home/View/default/Promote/msg_list.html +++ b/Application/Home/View/default/Promote/msg_list.html @@ -35,7 +35,7 @@ curr">资源号异常日志 - + {$rz_count} From 6df44afb16514f219cc1af7a90fdba955a0925d1 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 24 Oct 2019 19:53:41 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/StatController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Admin/Controller/StatController.class.php b/Application/Admin/Controller/StatController.class.php index 856e8c242..fad630ebd 100644 --- a/Application/Admin/Controller/StatController.class.php +++ b/Application/Admin/Controller/StatController.class.php @@ -123,6 +123,8 @@ class StatController extends ThinkController */ public function userretention($p = 0) { + echo "暂不开放"; + die(); $request=$_REQUEST; $page = intval($p); $page = $page ? $page : 1; //默认显示第一页数据