黄宗昌 hace 2 años
padre
commit
f71f81f8f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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++){