add: need edit user password

This commit is contained in:
2021-04-02 16:44:36 +08:00
parent 1153bd5ab6
commit c4a43c4392
6 changed files with 24 additions and 5 deletions

View File

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