From 13b6ad41f0b057f8405f7976a990e9057547443a Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 09 六月 2025 20:01:00 +0800 Subject: [PATCH] 提交首页实现 --- igds-dzhwk-web/src/main/resources/templates/dzhwk/door.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/igds-dzhwk-web/src/main/resources/templates/dzhwk/door.html b/igds-dzhwk-web/src/main/resources/templates/dzhwk/door.html index 434a635..f5f2b0c 100644 --- a/igds-dzhwk-web/src/main/resources/templates/dzhwk/door.html +++ b/igds-dzhwk-web/src/main/resources/templates/dzhwk/door.html @@ -454,6 +454,7 @@ <script th:src="@{/dzhwk/swiper-bundle.min.js}"></script> <script th:src="@{/dzhwk/common.js}"></script> <script th:inline="javascript"> + var flag = [[${flag}]]; $(function () { $('.ul-listl7 li').click(function () { $(this).toggleClass('ok'); @@ -498,6 +499,11 @@ }) }) + //鐩戝惉鎿嶄綔 + document.addEventListener('mousemove', resetTimeout); //榧犳爣绉诲姩 + document.addEventListener('click', resetTimeout); //榧犳爣鐐瑰嚮 + document.addEventListener('touchstart', resetTimeout); //瑙﹀睆 + timeFormate(); setInterval(function () { timeFormate() -- Gitblit v1.9.3