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;