修改了性别的默认值
This commit is contained in:
@@ -82,6 +82,9 @@ public class MarkerUserInfo implements Serializable {
|
||||
}
|
||||
|
||||
public String getGender() {
|
||||
if (TextUtils.isEmpty(gender)) {
|
||||
return "未知";
|
||||
}
|
||||
return gender;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user