Authored by xiaowei

我的guang

@@ -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);