正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -61,7 +61,7 @@ class Yesterday extends Command | @@ -61,7 +61,7 @@ class Yesterday extends Command | ||
| 61 | } | 61 | } |
| 62 | } | 62 | } |
| 63 | arsort($countryArr); | 63 | arsort($countryArr); |
| 64 | - $top20 = array_slice($arr, 0, 20, true); | 64 | + $top20 = array_slice($countryArr, 0, 20, true); |
| 65 | $arr['country'] = json_encode($top20); | 65 | $arr['country'] = json_encode($top20); |
| 66 | } | 66 | } |
| 67 | $arr['date'] = $yesterday; | 67 | $arr['date'] = $yesterday; |
-
请 注册 或 登录 后发表评论