Commit 8845a473 by 朱继来

Merge branch 'master' into development

parents e1f5a517 7fb9cecc
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