正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -1458,7 +1458,7 @@ class Car extends Base | @@ -1458,7 +1458,7 @@ class Car extends Base | ||
1458 | ksort($charArray); | 1458 | ksort($charArray); |
1459 | 1459 | ||
1460 | $indexList = array_keys($charArray); | 1460 | $indexList = array_keys($charArray); |
1461 | - $itemArr = array_values($charArray); | 1461 | + $itemArr = array_values($newlist); |
1462 | } | 1462 | } |
1463 | array_unshift($indexList, "*"); | 1463 | array_unshift($indexList, "*"); |
1464 | $this->success("数据获取成功", ["indexList" => $indexList, "itemArr" => $itemArr]); | 1464 | $this->success("数据获取成功", ["indexList" => $indexList, "itemArr" => $itemArr]); |
-
请 注册 或 登录 后发表评论