Commit da0bf334 by Sixong.Zhu

update

parent 98df262b
Showing with 1 additions and 1 deletions
...@@ -41,7 +41,7 @@ export class ChatUserInfoService { ...@@ -41,7 +41,7 @@ export class ChatUserInfoService {
) )
.request<any, any, UserInfo>("get"); .request<any, any, UserInfo>("get");
const data = { const data = {
name: info.username || info.realname || info.mobile || info.mobile, name: info.realname || info.username || info.mobile || info.mobile,
phone: info.mobile, phone: info.mobile,
icon: info.avatar_url, icon: info.avatar_url,
alias_name: info.alias_name, alias_name: info.alias_name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment