fixed 属性判断

This commit is contained in:
xxq250 2023-06-08 17:54:32 +08:00
parent 7bebe42c49
commit 8be1373bf9
1 changed files with 2 additions and 2 deletions

View File

@ -853,8 +853,8 @@ class User < Owner
end
def profile_is_completed?
# self.nickname.present? && self.mail.present?
true
#self.nickname.present? && self.mail.present?
self.mail.present?
end
def trace_token