From bf7f18b252078aa07b7df4a2b51a36e320663730 Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期四, 18 七月 2024 19:00:46 +0800 Subject: [PATCH] # --- src/main/webapp/views/console-old.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/console-old.html b/src/main/webapp/views/console-old.html index e6f6ac4..ecd6347 100644 --- a/src/main/webapp/views/console-old.html +++ b/src/main/webapp/views/console-old.html @@ -22,7 +22,7 @@ <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6> </div> <div class="head-right"> - <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80"> + <img src="../static/images/zy-logo.png" alt="娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�" height="44" width="80"> </div> </div> @@ -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