dever 6 年之前
父节点
当前提交
b782398ccd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/src/Journal_v1.php

+ 1 - 1
main/src/Journal_v1.php

@@ -334,7 +334,7 @@ class Journal_v1 extends Core
         $id = $this->check();
 
         $config_id = 20;
-        if ($id > $config_id) {
+        if ($id > $config_id || $id == 26) {
             $this->data['top'] = Dever::load('act/lib/num')->getList($id);
         } else {
             $this->data['score'] = Dever::load('act/lib/score')->getList($id);