fixed 属性判断

This commit is contained in:
2023-06-08 17:54:32 +08:00
parent 7bebe42c49
commit 8be1373bf9

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