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

+ 4 - 1
main/src/Journal.php

@@ -79,7 +79,10 @@ class Journal extends Core
                 $this->data['push_jingxuan_more'] = 1;
             }
         } else {
-            
+            if (!$this->data['push_jingxuan']) {
+                Dever::setInput('pg', 1);
+                $this->jingxuan();
+            }
         }
 
         return $this->data;