Skip to content

Commit

Permalink
✨ 更改后台图片管理每页显示数量为 25 条
Browse files Browse the repository at this point in the history
  • Loading branch information
wisp-x committed Jul 15, 2020
1 parent d68c671 commit 678ba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/index/controller/admin/Images.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function initialize()
$this->assign('strategy_list', $this->strategyList);
}

public function index($strategy = '', $user_id = '', $suspicious = 0, $keyword = '', $limit = 15)
public function index($strategy = '', $user_id = '', $suspicious = 0, $keyword = '', $limit = 25)
{
$model = new ImagesModel();
$model = $model->where('suspicious', $suspicious);
Expand Down

0 comments on commit 678ba4f

Please sign in to comment.