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

+ 1 - 1
app/Helper/function.php

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