[bugfix]
[包车异步问题]
This commit is contained in:
@@ -716,8 +716,6 @@ class DriverM1Model {
|
||||
|
||||
//给工控机发轨迹
|
||||
checkoutContrail()
|
||||
//鹰眼存参数
|
||||
updateAutopilotControlParameters()
|
||||
//给前后屏发数据
|
||||
sendCharterStartTripInfo()
|
||||
}
|
||||
@@ -815,6 +813,8 @@ class DriverM1Model {
|
||||
d(SceneConstant.M_CHARTER_D + TAG, "checkoutContrail-=="
|
||||
+ GsonUtils.toJson(data.data))
|
||||
mCurrentRoute = data.data
|
||||
//鹰眼存参数
|
||||
updateAutopilotControlParameters()
|
||||
CharterTrajectoryManager.syncTrajectoryInfo(mCurrentOrder?.lineId!!,
|
||||
mCurrentOrder?.lineName!!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user