作者 lyh

gx

... ... @@ -46,7 +46,7 @@ class ProductController extends BaseController
$query = $product->orderBy($this->order ,'desc');
$query = $this->searchParam($query);
$lists = $query->select($filed)->paginate($this->row, ['*'], 'page', $this->page);
if(!empty($lists) && !empty($lists['list'])){
if(!empty($lists)){
$lists = $lists->toArray();
$cate_data = $this->getCategoryList();//分类
$key_data = $this->getKeywordsList();//关键字
... ...