Authored by 郭成尧

'uid不跳转'

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