From 3e35a9e5fb7675ad728a472b8815719823690e55 Mon Sep 17 00:00:00 2001
From: ELF <360197197@qq.com>
Date: Sun, 29 Sep 2019 14:11:25 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Home/View/default/Public/promote_base.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Application/Home/View/default/Public/promote_base.html b/Application/Home/View/default/Public/promote_base.html
index 42e2049da..36c149d7f 100644
--- a/Application/Home/View/default/Public/promote_base.html
+++ b/Application/Home/View/default/Public/promote_base.html
@@ -47,7 +47,7 @@
推广员管理
-
数据管理
+
@@ -72,14 +72,14 @@
专服管理
-
+
平台币管理
From 1920d6ce67a6fb6a7e1f672376f919871b35714f Mon Sep 17 00:00:00 2001
From: ELF <360197197@qq.com>
Date: Sun, 29 Sep 2019 14:32:50 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Admin/Controller/MemberController.class.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/Application/Admin/Controller/MemberController.class.php b/Application/Admin/Controller/MemberController.class.php
index 9510bb270..b203db626 100644
--- a/Application/Admin/Controller/MemberController.class.php
+++ b/Application/Admin/Controller/MemberController.class.php
@@ -613,7 +613,6 @@ class MemberController extends ThinkController
->where($map)
/* 默认通过id逆序排列 */
->order('login_time desc')
- ->where()
/* 数据分页 */
->page($page, $row)
/* 执行查询 */