Merge branch 'test'
This commit is contained in:
commit
172fa87ca7
@ -418,17 +418,17 @@ export function Jl3dDriving(updatemmi) {
|
||||
|
||||
if (sectionlist.sections.datalist[data.body[i].sectionCode].code) {
|
||||
if (driverswitch == '02' && code == drivingcode) {
|
||||
// updatemmi.updatenowspeed(data.body[i].speed);
|
||||
// if (data.body[i].atpSpeed) {
|
||||
// updatemmi.updateatpspeed(data.body[i].atpSpeed);
|
||||
// } else {
|
||||
// updatemmi.updateatpspeed(-1);
|
||||
// }
|
||||
// if (data.body[i].targetSpeed) {
|
||||
// updatemmi.updateatospeed(data.body[i].targetSpeed);
|
||||
// } else {
|
||||
// updatemmi.updateatospeed(-1);
|
||||
// }
|
||||
updatemmi.updatenowspeed(data.body[i].speed);
|
||||
if (data.body[i].atpSpeed) {
|
||||
updatemmi.updateatpspeed(data.body[i].atpSpeed);
|
||||
} else {
|
||||
updatemmi.updateatpspeed(-1);
|
||||
}
|
||||
if (data.body[i].targetSpeed) {
|
||||
updatemmi.updateatospeed(data.body[i].targetSpeed);
|
||||
} else {
|
||||
updatemmi.updateatospeed(-1);
|
||||
}
|
||||
if (data.body[i].maLen) {
|
||||
updatemmi.updatenowlen(data.body[i].maLen);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user