作者 lyh

gx

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