From 83eb556b86fac1aae7f9d4ea3ea343e8ea9f8b0b Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 06 七月 2023 08:32:14 +0800
Subject: [PATCH] RGV control
---
src/main/webapp/views/console-old.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/console-old.html b/src/main/webapp/views/console-old.html
index e6f6ac4..4ec664f 100644
--- a/src/main/webapp/views/console-old.html
+++ b/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;
--
Gitblit v1.9.1