删除了"未知"默认数据
This commit is contained in:
@@ -124,7 +124,7 @@ public class MarkerUserInfo implements Serializable {
|
||||
|
||||
public String getUserName() {
|
||||
if (TextUtils.isEmpty(userName)) {
|
||||
return "";
|
||||
return "用户未设置昵称";
|
||||
}
|
||||
return userName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user