1
This commit is contained in:
parent
c5a34111fb
commit
bd264ee066
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user