正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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'; |
-
请 注册 或 登录 后发表评论