黄宗昌 2 лет назад
Родитель
Сommit
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[] = [];
             }