[2.13.2] 修改显示空数据问题,暂时去掉行人标牌

This commit is contained in:
lixiaopeng
2023-01-15 16:09:05 +08:00
parent 98ca64ef59
commit 50be4d5a56
2 changed files with 14 additions and 8 deletions

View File

@@ -948,6 +948,7 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
val warningContent = alertContent
?: EventTypeEnumNew.getWarningContent(v2xType)
Log.e("liyz", "warningV2X v2xType = $v2xType ---alertContent = $alertContent ---ttsContent = $ttsContent")
//占道施工预警
if (v2xType.equals("10006") || v2xType.equals("100061")) {
val currentTime = System.currentTimeMillis() / 1000