This commit is contained in:
hujiabin 2024-05-29 11:30:24 +08:00
parent c5a34111fb
commit bd264ee066

View File

@ -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);