作者 lyh

gx

... ... @@ -40,7 +40,6 @@ class ProductController extends BaseController
*/
public function index(Product $product)
{
$this->map = $this->searchParam();
$filed = ['id', 'project_id', 'title', 'sort' ,'thumb', 'gallery' ,'product_type' , 'route' ,
'category_id', 'keyword_id', 'status', 'created_uid', 'created_at', 'updated_at'];
$this->order = 'sort';
... ...