黄宗昌 il y a 2 ans
Parent
commit
56da6d9358
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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[] = [];
             }