diff --git a/app/views/shixuns/collaborators.json.jbuilder b/app/views/shixuns/collaborators.json.jbuilder index 0101f1e59..e5f612dba 100644 --- a/app/views/shixuns/collaborators.json.jbuilder +++ b/app/views/shixuns/collaborators.json.jbuilder @@ -11,7 +11,7 @@ json.array! @members do |member| json.partial! 'users/user', locals: { user: member.user } json.user_shixuns_count member.user.shixuns.published.count #json.fans_count member.user.fan_count - json.brief_introduction member.user.user_extension.brief_introduction + #json.brief_introduction member.user.user_extension.brief_introduction json.identity member.user.identity json.school_name member.user.school_name json.shixun_manager member.role == 1