From 5e75ed2480a6846cb5c2f4de68a98162c4e66f1f Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Tue, 15 Oct 2019 10:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=9F=A5=E8=AF=A2=20?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/QueryController.class.php | 1 + Application/Home/View/default/Query/recharge.html | 4 ++-- Application/Home/View/default/Query/register.html | 7 ++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index eba4ac28f..4c871ff48 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -222,6 +222,7 @@ class QueryController extends BaseController } empty(I('account')) || $map['tab_user.account'] = ['like', '%' . I('account') . '%']; + empty(I('id')) || $map['tab_user.id'] = intval(I('id')); $data = M('User', 'tab_') ->field('tab_user.*,tab_promote.real_name as pro_real_name') diff --git a/Application/Home/View/default/Query/recharge.html b/Application/Home/View/default/Query/recharge.html index d9911f061..e1a7d65dc 100644 --- a/Application/Home/View/default/Query/recharge.html +++ b/Application/Home/View/default/Query/recharge.html @@ -143,13 +143,13 @@
diff --git a/Application/Home/View/default/Query/register.html b/Application/Home/View/default/Query/register.html index 8c07a25c2..0a8b727c8 100644 --- a/Application/Home/View/default/Query/register.html +++ b/Application/Home/View/default/Query/register.html @@ -59,10 +59,15 @@
-
+
+ +
+