Showing
1 changed file
with
1 additions
and
1 deletions
@@ -20,7 +20,7 @@ class FavoriteController extends WebAction | @@ -20,7 +20,7 @@ class FavoriteController extends WebAction | ||
20 | public function indexAction() | 20 | public function indexAction() |
21 | { | 21 | { |
22 | //判断是否登录 | 22 | //判断是否登录 |
23 | - $uid = $this->auditJumpLogin(); | 23 | + $uid = $this->auditJumpLogin(true, Helpers::url('/home/favorite')); |
24 | $udid = $uid . $this->getUdid(); | 24 | $udid = $uid . $this->getUdid(); |
25 | //头部导航 | 25 | //头部导航 |
26 | $channel = Helpers::getChannelNameByCookie(); | 26 | $channel = Helpers::getChannelNameByCookie(); |
-
Please register or login to post a comment