解决了bug
【在线车辆】非本人车辆应该是设计图上的白色,当前是蓝色的 http://jira.zhidaohulian.com/projects/UI/issues/UI-26?filter=myopenissues
This commit is contained in:
@@ -25,7 +25,7 @@ public class MarkerCarInfo implements Serializable {
|
||||
|
||||
public String getCarTypeName() {
|
||||
if (TextUtils.isEmpty(carTypeName)) {
|
||||
return "未知";
|
||||
return "";
|
||||
}
|
||||
return carTypeName;
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ public class MarkerUserInfo implements Serializable {
|
||||
|
||||
public String getGender() {
|
||||
if (TextUtils.isEmpty(gender)) {
|
||||
return "未知";
|
||||
return "未设置";
|
||||
}
|
||||
return gender;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user