|
@@ -542,6 +542,7 @@ class Auth
|
|
|
$new_data = [
|
|
|
'setpassword' => !empty($this->password) ? 1 : 0,
|
|
|
'age' => birthtime_to_age($this->birthday),
|
|
|
+ 'birthday' => date('Y-m-d',$this->birthday),
|
|
|
'truename' => ($this->idcard_status == 1 && isset($idcard_confirm['truename'])) ? $idcard_confirm['truename'] : '',
|
|
|
];
|
|
|
|