goods category

This commit is contained in:
gongfuxiang
2018-12-17 01:22:10 +08:00
parent f65c4efd89
commit 87590024d5
15 changed files with 226 additions and 171 deletions

View File

@ -56,6 +56,7 @@ class User extends Common
'number' => $number,
'total' => $total,
'where' => $params,
'page' => isset($params['page']) ? intval($params['page']) : 1,
'url' => url('admin/user/index'),
);
$page = new \base\Page($page_params);