diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 186ee874f..cd1219006 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -222,11 +222,11 @@ class ApplicationController < ActionController::Base end def require_profile_completed - tip_exception(411, "请完善资料后再操作") unless User.current.profile_is_completed? + # tip_exception(411, "请完善资料后再操作") unless User.current.profile_is_completed? end def require_user_profile_completed(user) - tip_exception(412, "请用户完善资料后再操作") unless user.profile_is_completed? + # tip_exception(412, "请用户完善资料后再操作") unless user.profile_is_completed? end # 异常提醒