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