黄宗昌 2 년 전
부모
커밋
56da6d9358
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Helper/function.php

+ 1 - 1
app/Helper/function.php

xqd
@@ -362,7 +362,7 @@ if (!function_exists('pages')) {
         }
         if($go < count($arrList)){
             $arr = [];
-            $num = $go - count($items);
+            $num = $go - count($arrList);
             for ($i=0;$i< $num;$i++){
                 $arr[] = [];
             }