From bd264ee06647fa50b33d150c9909004d82b39156 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Wed, 29 May 2024 11:30:24 +0800 Subject: [PATCH] 1 --- webapp/controller/InGameMallController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/InGameMallController.class.php b/webapp/controller/InGameMallController.class.php index 1b0b9619..e72448cc 100644 --- a/webapp/controller/InGameMallController.class.php +++ b/webapp/controller/InGameMallController.class.php @@ -531,7 +531,7 @@ class InGameMallController extends BaseAuthedController { ), array( 'page' => $page, - 'perPage' => 10, + 'perPage' => 8, 'orderBy' => $orderBy, 'handle' => function ($row) use(&$out) { array_push($out['rows'], $row); @@ -577,7 +577,7 @@ class InGameMallController extends BaseAuthedController { ), array( 'page' => $page, - 'perPage' => 10, + 'perPage' => 8, 'orderBy' => $orderBy, 'handle' => function ($row) use(&$out) { array_push($out['rows'], $row);