Browse Source

添加用户的user_phone_binded

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
e23e96063d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/users/get_user_info.json.jbuilder

+ 1
- 1
app/views/users/get_user_info.json.jbuilder View File

@@ -7,7 +7,7 @@ json.admin @user.admin?
json.is_teacher @user.user_extension&.teacher?
json.user_identity @user.identity
json.tidding_count 0
# json.user_phone_binded @user.phone.present?
json.user_phone_binded @user.phone.present?
# json.phone @user.phone
# json.email @user.mail
json.profile_completed @user.profile_completed?


Loading…
Cancel
Save