...
|
...
|
@@ -20,7 +20,7 @@ class FavoriteController extends WebAction |
|
|
public function indexAction()
|
|
|
{
|
|
|
//判断是否登录
|
|
|
$uid = $this->auditJumpLogin();
|
|
|
$uid = $this->auditJumpLogin(true, Helpers::url('/home/favorite'));
|
|
|
$udid = $uid . $this->getUdid();
|
|
|
//头部导航
|
|
|
$channel = Helpers::getChannelNameByCookie();
|
...
|
...
|
|