checout user login page user info
Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
@@ -14,7 +14,7 @@ class UserController extends WebAction | @@ -14,7 +14,7 @@ class UserController extends WebAction | ||
14 | public function indexAction() | 14 | public function indexAction() |
15 | { | 15 | { |
16 | //判断是否登录 | 16 | //判断是否登录 |
17 | -// $uid = $this->auditJumpLogin(); | 17 | + $uid = $this->auditJumpLogin(); |
18 | 18 | ||
19 | //头部导航 | 19 | //头部导航 |
20 | $channel = Helpers::getChannelNameByCookie(); | 20 | $channel = Helpers::getChannelNameByCookie(); |
-
Please register or login to post a comment