Преглед изворни кода

更新 '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,
         ]);