From e11e9a5ff9908151c495da13901a8181fc1c377c Mon Sep 17 00:00:00 2001 From: yuzsmc <28164498@qq.com> Date: Wed, 28 Sep 2022 15:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=AE=BE=E7=BD=AE=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=A5=BD=E4=BD=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/controller/Index.php b/app/home/controller/Index.php index eebab2d..92c9de6 100644 --- a/app/home/controller/Index.php +++ b/app/home/controller/Index.php @@ -48,7 +48,7 @@ class Index extends BaseController 'seo' => get_system_config('web'), 'search_keywords' => (new KeywordsModel())->search_key(), 'hot_tag' => (new KeywordsModel())->tags(20), - 'article' => (new ArticleModel())->list(15), + 'article' => (new ArticleModel())->list(15,0,0,1), 'cates' => (new ArticleModel())->cates(), 'tags' => (new KeywordsModel())->tags(20, 1), 'action' => (new ActionModel())->list(7), -- Gitee