mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
规格bug修复,下订单
This commit is contained in:
@ -58,6 +58,7 @@ class Goods extends Common
|
||||
'number' => $number,
|
||||
'total' => $total,
|
||||
'where' => $params,
|
||||
'page' => isset($params['page']) ? intval($params['page']) : 1,
|
||||
'url' => url('admin/goods/index'),
|
||||
);
|
||||
$page = new \base\Page($page_params);
|
||||
@ -127,6 +128,9 @@ class Goods extends Common
|
||||
// 品牌分类
|
||||
$this->assign('brand_list', BrandService::CategoryBrand());
|
||||
|
||||
// 参数
|
||||
$this->assign('params', $params);
|
||||
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user