黄宗昌 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++){