修改三维驾驶亮灯

This commit is contained in:
sunzhenyu 2021-09-26 09:52:54 +08:00
parent 577828dd6f
commit 7b5f4de1bd

View File

@ -631,6 +631,13 @@
}
}, 1000);
}else{
clearInterval(this.atoLightTimer);
if(data.atoOn){
this.atobuttonimg = this.greenlimg;
}else{
this.atobuttonimg = this.greenimg;
}
}
}