* adjust for change password in xuanxuan.

This commit is contained in:
wangyidong
2019-01-29 11:37:43 +08:00
parent 890ea0e0f3
commit 4316f627ba
@@ -75,6 +75,7 @@ class xuanxuanChat extends chatModel
{
if(!empty($user->$field)) $data[$field] = $user->$field;
}
if(!empty($user->account) && !empty($user->password)) $data['password'] = $user->password;
if(!$data) return null;
$data['clientLang'] = $this->app->getClientLang();