@@ -161,7 +161,7 @@ class Auth
'mobile' => $mobile,
'level' => 1,
'score' => 0,
- 'avatar' => '',
+// 'avatar' => '',
];
$params = array_merge($data, [
'nickname' => preg_match("/^1[3-9]{1}\d{9}$/",$username) ? substr_replace($username,'****',3,4) : $username,