src/main/webapp/views/console-old.html
@@ -1016,7 +1016,7 @@ } else { siteEl.html(sites[i].siteId); } if (i + 1 === 8) { if (sites[i].siteId<100) { carAnimate(i + 1, Number(sites[i].nearbySta)); } } @@ -1199,7 +1199,7 @@ // 小车偏移动画 function carAnimate(id, target) { var targetTop = 122; if (id === 8) { if (id < 100) { switch (target) { case 1: targetTop += 160;