fixed 属性判断
This commit is contained in:
parent
7bebe42c49
commit
8be1373bf9
|
@ -853,8 +853,8 @@ class User < Owner
|
||||||
end
|
end
|
||||||
|
|
||||||
def profile_is_completed?
|
def profile_is_completed?
|
||||||
# self.nickname.present? && self.mail.present?
|
#self.nickname.present? && self.mail.present?
|
||||||
true
|
self.mail.present?
|
||||||
end
|
end
|
||||||
|
|
||||||
def trace_token
|
def trace_token
|
||||||
|
|
Loading…
Reference in New Issue