正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -93,7 +93,6 @@ class Index extends Api | @@ -93,7 +93,6 @@ class Index extends Api | ||
93 | if ($param['istime'] == 1) { | 93 | if ($param['istime'] == 1) { |
94 | array_multisort(array_column($list, 'time'), SORT_ASC, $list); | 94 | array_multisort(array_column($list, 'time'), SORT_ASC, $list); |
95 | } | 95 | } |
96 | - $bool = $this->time(); | ||
97 | if ($user['level'] == 5) { | 96 | if ($user['level'] == 5) { |
98 | $bool = $this->time(); | 97 | $bool = $this->time(); |
99 | if ($bool == true) { | 98 | if ($bool == true) { |
-
请 注册 或 登录 后发表评论