[shuttle_p]
[核销接驳票 异常处理和消息通知]
This commit is contained in:
yangyakun
2024-01-16 16:29:16 +08:00
parent b8f348ba71
commit a1fb290a9e
11 changed files with 306 additions and 107 deletions

View File

@@ -556,7 +556,7 @@ enum class EventTypeEnumNew(
"VERIFICATION_SUCCESSFUL",
"验票成功",
"%s张%s票如全程票",
R.drawable.icon_warning_v2x_optimal_route,
R.drawable.icon_warning_v2x_verification_successful,
"%s张%s票如全程票",
"%s张%s票如全程票"
),
@@ -1246,7 +1246,7 @@ enum class EventTypeEnumNew(
}
//核销成功
TYPE_VERIFICATION_SUCCESSFUL.poiType->{
R.drawable.icon_warning_v2x_optimal_route
R.drawable.icon_warning_v2x_verification_successful
}
//核销异常
TYPE_ABNORMAL_VERIFICATION.poiType->{
@@ -1254,7 +1254,7 @@ enum class EventTypeEnumNew(
}
//设备状态正常
TYPE_DEVICE_STATUS_NORMAL.poiType->{
R.drawable.icon_default
R.drawable.icon_warning_v2x_verification_successful
}
//设备状态异常
TYPE_DEVICE_STATUS_ABNORMAL.poiType->{

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB