...
|
...
|
@@ -328,6 +328,7 @@ class HomeController extends AbstractAction |
|
|
$page = $this->get('page', 1);
|
|
|
$limit = $this->get('limit', 10);
|
|
|
$uid = $this->getUid();
|
|
|
$uid=5687179;
|
|
|
$gender = Helpers::getGenderByCookie();
|
|
|
$yh_channel = Helpers::getChannelByCookie();
|
|
|
$guangInfo = \home\GuangModel::getMyGuang($uid, $page, $yh_channel, $gender, $limit);
|
...
|
...
|
@@ -345,7 +346,7 @@ class HomeController extends AbstractAction |
|
|
}
|
|
|
else if ($page > 1 && $page>$totalPage)
|
|
|
{
|
|
|
echo '';//退出循环
|
|
|
echo ' ';//退出循环
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|