From 678ba4f73dc6e72072f8085fe39df2aecc2e9bec Mon Sep 17 00:00:00 2001 From: WispX Date: Wed, 15 Jul 2020 11:36:16 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=94=B9=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E5=9B=BE=E7=89=87=E7=AE=A1=E7=90=86=E6=AF=8F=E9=A1=B5?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=95=B0=E9=87=8F=E4=B8=BA=2025=20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/admin/Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/controller/admin/Images.php b/application/index/controller/admin/Images.php index 81b71744..373c911a 100644 --- a/application/index/controller/admin/Images.php +++ b/application/index/controller/admin/Images.php @@ -33,7 +33,7 @@ class Images extends Base $this->assign('strategy_list', $this->strategyList); } - public function index($strategy = '', $user_id = '', $suspicious = 0, $keyword = '', $limit = 15) + public function index($strategy = '', $user_id = '', $suspicious = 0, $keyword = '', $limit = 25) { $model = new ImagesModel(); $model = $model->where('suspicious', $suspicious);