Commit 7fb9cecc by 朱继来

调整分页

parent 7b39acb0
Showing with 1 additions and 1 deletions
......@@ -455,7 +455,7 @@ Class OrderController extends Controller
$response = json_decode(curlApi($url, $data), true);
// 分页
$page = new Page($response['data']['count'], 10);
$page = new Page($response['data']['count'], $size);
$page->setConfig('theme', '%FIRST% %UP_PAGE% %LINK_PAGE% %DOWN_PAGE% %END% %HEADER%');
$show = $page->show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment