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

调整评论顺序

... ... @@ -60,8 +60,8 @@ class FriendsController extends WeChatBaseController
}
$this->assign('silence',$silence);
$this->assign('info',$info);
$this-> assign('user',$user);
dump($user);
$this-> assign('user',$user['0']);
dump($user['0']);
$this->assign('group',$group);
$this->assign('article',$article);
return $this->fetch();
... ...