dever 6 년 전
부모
커밋
026f7e2b59
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      main/src/Journal_v1.php

+ 6 - 0
main/src/Journal_v1.php

@@ -45,6 +45,8 @@ class Journal_v1 extends Core
 
         $this->data['push'] = $this->info($this->data['push']);
 
+        $this->data['push'] = $this->getButton($this->data['push']);
+
         
         $data = Dever::db('journal/info')->getAllByPage($where);
 
@@ -120,6 +122,10 @@ class Journal_v1 extends Core
 
         $this->data['push'] = $this->ding($this->data['push']);
 
+        $this->data['push'] = $this->getButton($this->data['push']);
+
+        $this->data['push'] = $this->getAppSet($this->data['push']);
+
         
         $data = Dever::db('journal/info')->getAllByPage($where);