作者 sgj
1 个管道 的构建 通过 耗费 1 秒

文章显示

@@ -32,7 +32,6 @@ class AdminIndexController extends PluginBaseController @@ -32,7 +32,6 @@ class AdminIndexController extends PluginBaseController
32 ->where($where) 32 ->where($where)
33 ->order("id DESC") 33 ->order("id DESC")
34 ->paginate(10); 34 ->paginate(10);
35 - dump($comments);  
36 $page = $comments->render(); 35 $page = $comments->render();
37 $this->assign("page", $page); 36 $this->assign("page", $page);
38 $this->assign("comments", $comments); 37 $this->assign("comments", $comments);