Showing
1 changed file
with
0 additions
and
1 deletions
@@ -328,7 +328,6 @@ class HomeController extends AbstractAction | @@ -328,7 +328,6 @@ class HomeController extends AbstractAction | ||
328 | $page = $this->get('page', 1); | 328 | $page = $this->get('page', 1); |
329 | $limit = $this->get('limit', 10); | 329 | $limit = $this->get('limit', 10); |
330 | $uid = $this->getUid(); | 330 | $uid = $this->getUid(); |
331 | - $uid = 5687179; | ||
332 | $gender = Helpers::getGenderByCookie(); | 331 | $gender = Helpers::getGenderByCookie(); |
333 | $yh_channel = Helpers::getChannelByCookie(); | 332 | $yh_channel = Helpers::getChannelByCookie(); |
334 | $guangInfo = \home\GuangModel::getMyGuang($uid, $page, $yh_channel, $gender, $limit); | 333 | $guangInfo = \home\GuangModel::getMyGuang($uid, $page, $yh_channel, $gender, $limit); |
-
Please register or login to post a comment