qiushang 1 year ago
parent
commit
f686c5e96b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/Http/Home/HelpController.php

+ 0 - 4
app/Http/Home/HelpController.php

@@ -31,10 +31,6 @@ class HelpController extends HttpBaseController
                 'news' => $this->getNewsList($categoryId)
             ];
         }
-
-        
-        dd($data);
-
         return view('home/http/help', ['data' => $data]);
     }