From 82fb5546663c49cafff20e5db4005a7fb25158b4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 25 九月 2020 13:59:41 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 1cd0fb9..e4f79aa 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -512,6 +512,9 @@
                         } else {
                             siteEl.html(sites[i].siteId);
                         }
+                        if (i===8) {
+                            carAnimate(i, Number(sites[i].nearbySta));
+                        }
                     }
                 } else if (res.code === 403){
                     parent.location.href = baseUrl+"/login";

--
Gitblit v1.9.1