作者 sgj
1 个管道 的构建 通过 耗费 9 秒

删除分类

... ... @@ -27,6 +27,7 @@ class IndexController extends WeChatBaseController
if (empty($user['user_login'])){
$targetUrl=url('register');
header('location:'. $targetUrl);
exit();
}
$Article=new PortalPostModel();
$article=$Article->getRecommend()->toArray();
... ...