cherry-pick 李小鹏66c5759c9

This commit is contained in:
lixiaopeng
2022-07-14 16:49:17 +08:00
committed by liujing
parent d0924ab4d8
commit f6c9dfa18c
5 changed files with 9 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ public class BindingcarNetWorkManager {
//根据车辆类型切换不同的车辆模型
if (info.getData().getVendor().equals("一汽红旗")) { //TODO
CallerHDMapManager.INSTANCE.changeCurrentIcon(R.raw.chuzuche);
CallerHDMapManager.INSTANCE.changeCurrentIcon(R.raw.xiaobache);
} else if (info.getData().getVendor().equals("东风")) {
CallerHDMapManager.INSTANCE.changeCurrentIcon(R.raw.chuzuche);
} else if (info.getData().getVendor().equals("金旅星辰")) {