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

调整评论顺序

... ... @@ -61,6 +61,7 @@ class FriendsController extends WeChatBaseController
$this->assign('silence',$silence);
$this->assign('info',$info);
$this-> assign('user',$user);
dump($user);
$this->assign('group',$group);
$this->assign('article',$article);
return $this->fetch();
... ...