...
|
...
|
@@ -203,6 +203,7 @@ class ListController extends AbstractAction |
|
|
break;
|
|
|
}
|
|
|
if (!empty($page) && !is_numeric($page)) {
|
|
|
|
|
|
break;
|
|
|
}
|
|
|
if (!empty($authorId) && is_numeric($authorId)) {
|
...
|
...
|
@@ -212,6 +213,7 @@ class ListController extends AbstractAction |
|
|
/* 获取资讯文章列表 */
|
|
|
$uid = $this->getUid();
|
|
|
$udid = $this->getUdid();
|
|
|
$page = intval($page) + 1;
|
|
|
$article = ListData::article($gender, $sortId, $uid, $udid, $page, $tag, $authorId);
|
|
|
if (empty($article['data']['list']['artList'])) {
|
|
|
break;
|
...
|
...
|
|