From e816d5cae399ed15c9224b5d81b0a93c3365b22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 25 Jul 2021 23:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/User.php | 4 +- app/admin/view/auth/index.html | 21 +++-- app/admin/view/user/index.html | 166 +++++++++++++++++---------------- 3 files changed, 103 insertions(+), 88 deletions(-) diff --git a/app/admin/controller/User.php b/app/admin/controller/User.php index 52d8dc913..cfec6e093 100644 --- a/app/admin/controller/User.php +++ b/app/admin/controller/User.php @@ -68,7 +68,7 @@ class User extends Controller } // 列表排序并显示 $query->equal('status')->like('username,contact_phone#phone,contact_mail#mail'); - $query->dateBetween('login_at,create_at')->order('sort desc,id desc')->page(); + $query->dateBetween('login_at,create_at')->layTable(); } /** @@ -165,7 +165,6 @@ class User extends Controller public function state() { $this->_checkInput(); - $this->_applyFormToken(); $this->_save($this->table, $this->_vali([ 'status.in:0,1' => '状态值范围异常!', 'status.require' => '状态值不能为空!', @@ -180,7 +179,6 @@ class User extends Controller public function remove() { $this->_checkInput(); - $this->_applyFormToken(); $this->_delete($this->table); } diff --git a/app/admin/view/auth/index.html b/app/admin/view/auth/index.html index 6bfe7d04a..038a8296c 100644 --- a/app/admin/view/auth/index.html +++ b/app/admin/view/auth/index.html @@ -20,13 +20,14 @@ {block name='script'} + + + + + + + + {/block}