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);