|
@@ -44,14 +44,13 @@ class Journal_v1 extends Core
|
|
|
}
|
|
|
|
|
|
$this->data['push'] = $this->info($this->data['push']);
|
|
|
-
|
|
|
+ $this->data['button'] = array();
|
|
|
$this->data['push'] = $this->getButton($this->data['push']);
|
|
|
|
|
|
|
|
|
$data = Dever::db('journal/info')->getAllByPage($where);
|
|
|
|
|
|
if ($data) {
|
|
|
- $this->data['button'] = array();
|
|
|
foreach ($data as $k => $v) {
|
|
|
$data[$k] = $this->info($v);
|
|
|
$data[$k] = $this->getButton($data[$k]);
|
|
@@ -122,6 +121,7 @@ class Journal_v1 extends Core
|
|
|
|
|
|
$this->data['push'] = $this->ding($this->data['push']);
|
|
|
|
|
|
+ $this->data['button'] = array();
|
|
|
$this->data['push'] = $this->getButton($this->data['push']);
|
|
|
|
|
|
$this->data['push'] = $this->getAppSet($this->data['push']);
|
|
@@ -130,7 +130,7 @@ class Journal_v1 extends Core
|
|
|
$data = Dever::db('journal/info')->getAllByPage($where);
|
|
|
|
|
|
if ($data) {
|
|
|
- $this->data['button'] = array();
|
|
|
+
|
|
|
foreach ($data as $k => $v) {
|
|
|
$data[$k] = $this->info($v);
|
|
|
$data[$k] = $this->getButton($data[$k]);
|