新增:用户详情专家入驻状态

This commit is contained in:
yystopf 2026-04-07 16:31:36 +08:00
parent 2c0cb5047a
commit c7bdb925aa
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ json.city @user.show_location ? @user.city : nil
json.custom_department @user.show_department ? @user.custom_department : nil
json.super_description @user.show_super_description ? @user.super_description : nil
json.show_super_description @user.show_super_description
json.description @user.description
json.description @user.description
json.resident_expert_status @user&.resident_expert&.status