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;