Browse Source

modify page size

stanley-king 7 years ago
parent
commit
7646b6de20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mobile/control/member_ugc.php

+ 1 - 1
mobile/control/member_ugc.php

@@ -291,7 +291,7 @@ class member_ugcControl extends specialControl
         {
             $mod_comment = Model('ugc_comment');
             $count = $mod_comment->comment_counts($special_id,$comment_id);
-            $items = $mod_comment->getSubCommentList($special_id,'comment_id',10,$count);
+            $items = $mod_comment->getSubCommentList($special_id,'comment_id',$this->page_size(),$count);
             $pages = $mod_comment->gettotalpage();
 
             $mod = Model('ugc_comment');