qiushang 1 year ago
parent
commit
82a49f3fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Home/HelpController.php

+ 1 - 1
app/Http/Home/HelpController.php

@@ -30,7 +30,7 @@ class HelpController extends HttpBaseController
             $productInfo = DB::table('product')->select(['id', 'title', 'logo'])->where('product_id', $productId)->first();
 
             $data[] = [
-                'product' = > $productInfo,
+                'product' => $productInfo,
                 'category' => $row,
                 'news' => $this->getNewsList($categoryId)
             ];