|
@@ -79,9 +79,9 @@ class Journal extends Core
|
|
|
$this->data['push_jingxuan_more'] = 1;
|
|
|
}
|
|
|
} else {
|
|
|
- if (!$this->data['push_jingxuan']) {
|
|
|
- Dever::setInput('pg', 1);
|
|
|
- $this->data['push_jingxuan'] = Dever::load('push/lib/data')->get('jingxuan', '小刊精选推荐', 4, $page, $num);
|
|
|
+ $page = Dever::pageInfo();
|
|
|
+ if ($page['status'] != 1) {
|
|
|
+ Dever::$global['page']['current']['next_page'] = 1;
|
|
|
}
|
|
|
}
|
|
|
|