...
|
...
|
@@ -184,7 +184,7 @@ class IndexController extends WebAction |
|
|
|
|
|
if ($this->isAjax()) {
|
|
|
$channel = Helpers::getChannelNameByCookie();
|
|
|
$uid = $this->auditJumpLogin(true, Helpers::url('/home'));
|
|
|
$uid = $this->getUid(false);
|
|
|
$udid = $uid . $this->getUdid();
|
|
|
$page = $this->get('page', 1);
|
|
|
|
...
|
...
|
|