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

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