...
|
...
|
@@ -615,7 +615,7 @@ function parseSyncUser(json) { |
|
|
|
|
|
let profile = {
|
|
|
avatar: json.headIcon ? json.headIcon : '',
|
|
|
backgroundImage: json.backgroundImage ? json.backgroundImage : '',
|
|
|
backgroundImage: json.bgPic ? json.bgPic : '',
|
|
|
nickName: json.nickName ? json.nickName : '',
|
|
|
realName: json.realName ? json.realName : '',
|
|
|
gender: json.gender ? json.gender : '',
|
...
|
...
|
|