正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -27,6 +27,7 @@ class IndexController extends WeChatBaseController | @@ -27,6 +27,7 @@ class IndexController extends WeChatBaseController | ||
27 | if (empty($user['user_login'])){ | 27 | if (empty($user['user_login'])){ |
28 | $targetUrl=url('register'); | 28 | $targetUrl=url('register'); |
29 | header('location:'. $targetUrl); | 29 | header('location:'. $targetUrl); |
30 | + exit(); | ||
30 | } | 31 | } |
31 | $Article=new PortalPostModel(); | 32 | $Article=new PortalPostModel(); |
32 | $article=$Article->getRecommend()->toArray(); | 33 | $article=$Article->getRecommend()->toArray(); |
-
请 注册 或 登录 后发表评论