This commit is contained in:
lixiaopeng
2021-09-23 10:49:19 +08:00
committed by 董宏宇
parent ea9b2dc31c
commit cf06a61897

View File

@@ -245,7 +245,7 @@ class MogoPrivateObuManager private constructor() {
when (status) { when (status) {
// 添加 // 添加
ObuConstants.STATUS.ADD, ObuConstants.STATUS.ADD,
ObuConstants.STATUS.UPDATE,// 更新 ObuConstants.STATUS.UPDATE// 更新
-> { -> {
if (level == 2 || level == 3) { if (level == 2 || level == 3) {
//显示警告红边 //显示警告红边
@@ -384,7 +384,7 @@ class MogoPrivateObuManager private constructor() {
when (info.status) { when (info.status) {
// 添加 // 添加
ObuConstants.STATUS.ADD, ObuConstants.STATUS.ADD,
ObuConstants.STATUS.UPDATE, ObuConstants.STATUS.UPDATE
-> { -> {
if (info.ext_info != null) { if (info.ext_info != null) {
CallerHmiManager.showLimitingVelocity(info.ext_info.speed_limit_max.toInt()) CallerHmiManager.showLimitingVelocity(info.ext_info.speed_limit_max.toInt())
@@ -485,7 +485,7 @@ class MogoPrivateObuManager private constructor() {
when (status) { when (status) {
// 添加 // 添加
ObuConstants.STATUS.ADD, ObuConstants.STATUS.ADD,
ObuConstants.STATUS.UPDATE, ObuConstants.STATUS.UPDATE
-> { -> {
changeTrafficLightStatus(appId, lights, indicator) changeTrafficLightStatus(appId, lights, indicator)
} }