Commit d49a9e92 authored by shajiaiming's avatar shajiaiming

fix

parent 73f86657
......@@ -27,7 +27,7 @@ class MinerFeeController extends BaseController
$type = $request->get('type', 1);
$page = $request->get('page', 1);
$limit = $request->get('limit', 10);
$limit = 10;
$limit = 100;
$data = MinerFee::getList($page, $limit, [['type' => $type]]);//数据不多
if ($data['count'] > 0) {
$data['code'] = 0;
......
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 to comment