diff --git a/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt b/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt index 5c3f005f69..0931eb2752 100644 --- a/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt +++ b/OCH/common/common/src/main/java/com/mogo/och/common/module/wigets/LoadingMapStatusView.kt @@ -85,10 +85,10 @@ class LoadingMapStatusView @JvmOverloads constructor( if (currentStatus==null) { CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(HdMapBuildConfig.currentCarVrIconRes) }else{ - CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(currentStatus.resId) + CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(currentStatus.rawValue) } }else{ - HdMapBuildConfig.currentCarVrIconRes = currentStatus?.resId?:Carmodel.B1.resId + HdMapBuildConfig.currentCarVrIconRes = currentStatus?.rawValue?:Carmodel.B1.rawValue } }