Showing
1 changed file
with
1 additions
and
1 deletions
@@ -184,7 +184,7 @@ class IndexController extends WebAction | @@ -184,7 +184,7 @@ class IndexController extends WebAction | ||
184 | 184 | ||
185 | if ($this->isAjax()) { | 185 | if ($this->isAjax()) { |
186 | $channel = Helpers::getChannelNameByCookie(); | 186 | $channel = Helpers::getChannelNameByCookie(); |
187 | - $uid = $this->auditJumpLogin(true, Helpers::url('/home')); | 187 | + $uid = $this->getUid(false); |
188 | $udid = $uid . $this->getUdid(); | 188 | $udid = $uid . $this->getUdid(); |
189 | $page = $this->get('page', 1); | 189 | $page = $this->get('page', 1); |
190 | 190 |
-
Please register or login to post a comment