| | |
| | | </div> |
| | | </div> |
| | | <script th:src="@{/js/jquery.min.js}"></script> |
| | | <script th:src="@{/ruoyi/js/common.js?v=4.7.8}"></script> |
| | | <script th:src="@{/dzhwk/swiper-bundle.min.js}"></script> |
| | | <script th:src="@{/dzhwk/common.js}"></script> |
| | | <script th:inline="javascript"> |
| | | var flag = [[${flag}]]; |
| | | $(".m-listb1 li").each(function (i) { |
| | | $(".m-listb1 li").slice(i * 6, i * 6 + 6).wrapAll("<ul class='ul-listb2'></ul>"); |
| | | }); |
| | |
| | | setInterval(function () { |
| | | timeFormate() |
| | | }, 1000); |
| | | |
| | | //监听操作 |
| | | document.addEventListener('mousemove', resetTimeout); //鼠标移动 |
| | | document.addEventListener('click', resetTimeout); //鼠标点击 |
| | | document.addEventListener('touchstart', resetTimeout); //触屏 |
| | | </script> |
| | | </body> |
| | | </html> |