商品评论

This commit is contained in:
devil
2020-06-08 19:26:37 +08:00
parent 4975d1e68f
commit b6c0bcda5c
24 changed files with 639 additions and 592 deletions

View File

@ -56,13 +56,13 @@ class Goods extends Common
$total = GoodsService::GoodsTotal($this->form_where);
// 分页
$page_params = array(
'number' => $this->page_size,
'total' => $total,
'where' => $this->data_request,
'page' => $this->page,
'url' => MyUrl('admin/goods/index'),
);
$page_params = [
'number' => $this->page_size,
'total' => $total,
'where' => $this->data_request,
'page' => $this->page,
'url' => MyUrl('admin/goods/index'),
];
$page = new \base\Page($page_params);
// 获取数据列表