黄宗昌 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[] = [];
             }