ADD 通知系统模块代码

This commit is contained in:
jasder
2021-09-28 15:59:06 +08:00
100 changed files with 4502 additions and 263 deletions
+4 -3
View File
@@ -12,8 +12,8 @@ json.tidding_count 0
json.user_phone_binded @user.phone.present?
json.need_edit_info @user.need_edit_info?
# json.phone @user.phone
json.email @user.mail
json.profile_completed @user.profile_completed?
# json.email @user.mail
json.profile_completed @user.profile_is_completed?
json.professional_certification @user.professional_certification
json.devops_step @user.devops_step
json.ci_certification @user.ci_certification?
@@ -22,4 +22,5 @@ json.province @user.province
json.city @user.city
json.custom_department @user.custom_department
json.description @user.description
json.(@user, :show_email, :show_department, :show_location)
json.(@user, :show_email, :show_department, :show_location)
json.message_unread_total @message_unread_total