修改三维驾驶亮灯
This commit is contained in:
parent
577828dd6f
commit
7b5f4de1bd
@ -631,6 +631,13 @@
|
||||
}
|
||||
}, 1000);
|
||||
|
||||
}else{
|
||||
clearInterval(this.atoLightTimer);
|
||||
if(data.atoOn){
|
||||
this.atobuttonimg = this.greenlimg;
|
||||
}else{
|
||||
this.atobuttonimg = this.greenimg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user