添加用户的user_phone_binded

This commit is contained in:
sylor_huang@126.com 2020-04-21 14:54:11 +08:00
parent 4787ba3c4e
commit e23e96063d
1 changed files with 1 additions and 1 deletions

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?