This commit is contained in:
zhongchao
2022-09-13 16:45:35 +08:00
parent ad0abd595d
commit d9e8b63a37

View File

@@ -11,7 +11,7 @@ class PncActionsHelper {
NO_AUTODRIVING_VALUE -> {
""
}
// 车道保持
// 车道保持 driving_action 1:车道保持状态2:跟车状态
LANKE_KEEP_VALUE -> {
if(driveAction == 2) "正在跟随车辆行驶" else ""
}