소스 검색

更新 'application/index/controller/Index.php'

Me 5 년 전
부모
커밋
728593e08e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/index/controller/Index.php

+ 1 - 1
application/index/controller/Index.php

@@ -65,7 +65,7 @@ class Index extends Base
 
     public function Artis(){//文章页
         $aticle = new ArticleModel();//文章表
-        $articles = $aticle->order('time desc')->paginate(15);
+        $articles = $aticle->order('time desc')->paginate(10);
         $this->assign([
             'articles'=>$articles,
         ]);