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