mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
商品评论
This commit is contained in:
@ -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);
|
||||
|
||||
// 获取数据列表
|
||||
|
||||
Reference in New Issue
Block a user