|
|
@ -90,6 +90,10 @@ class Category extends BaseModel |
|
|
|
if (!empty($_GET['is_hot']) && $_GET['is_hot'] == 1) { |
|
|
|
if (!empty($_GET['is_hot']) && $_GET['is_hot'] == 1) { |
|
|
|
$filter[] = ['is_hot', '=', $params['is_hot']]; |
|
|
|
$filter[] = ['is_hot', '=', $params['is_hot']]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//添加店内分类 |
|
|
|
|
|
|
|
// if (!empty($param['is_in_store']) && $param['is_in_store'] == 1) { |
|
|
|
|
|
|
|
$filter[] = ['is_in_store', '=', $params['is_in_store'] ?? 0]; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
// 查询列表数据 |
|
|
|
// 查询列表数据 |
|
|
|
return $this->with(['image']) |
|
|
|
return $this->with(['image']) |
|
|
|