diff --git a/app/controller/Article.php b/app/controller/Article.php index afb8bdf..4e31001 100644 --- a/app/controller/Article.php +++ b/app/controller/Article.php @@ -63,7 +63,6 @@ class Article $result["lastIndex"] = 0; $result["list"] = []; $list = Db::name("app_article")->where($where)->order('id desc')->limit(env("page_count"))->select()->toArray(); - print_r($list); foreach($list as $vo){ $result['lastIndex'] = $vo['id']; $result["list"][] = $vo;