[charter]
[文案修改]
This commit is contained in:
yangyakun
2023-09-28 11:59:55 +08:00
parent e522f5efa3
commit 6d76d6edd6
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class StopSiteView @JvmOverloads constructor(
CallerAutoPilotControlManager.sendPlanningCmd(1)
}
IMoGoAutopilotStatusListener.STATUS_PARALLEL_DRIVING -> {
ToastCharterUtils.showToastShort("因车辆正在平行驾驶中无法靠边停车,请稍后再试")
ToastCharterUtils.showToastShort("远程守护卫士操作中,稍后再试试吧~")
}
else -> {}
}

View File

@@ -392,7 +392,7 @@ class SelectLineViewModel : ViewModel(), IOrderStatusChangeListener {
}
IMoGoAutopilotStatusListener.STATUS_PARALLEL_DRIVING -> {
ToastCharterUtils.showToastShort("因车辆正在平行驾驶中无法切换线路")
ToastCharterUtils.showToastShort("远程守护卫士操作中,稍后再试试吧~")
return false
}