From ebf1d57e1ed0d2d77f1aad1910166190b9fa8af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Sat, 25 Mar 2023 12:02:39 +0800 Subject: [PATCH] 1 --- .../src/main/resources/templates/index.html | 10 ++++++++ .../templates/jlw/courseLabel/index.html | 6 ++++- .../jlw/teacher/statisticalReport.html | 23 ++++++++----------- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/admin-core/src/main/resources/templates/index.html b/admin-core/src/main/resources/templates/index.html index ff8640a5..6cdcae74 100644 --- a/admin-core/src/main/resources/templates/index.html +++ b/admin-core/src/main/resources/templates/index.html @@ -336,6 +336,16 @@ var form = layui.form; var element = layui.element; + var ret = Common.getAjax("/getAuthResourcesAndSystemInfo.json");//图标显示data + + + layer.msg('XXXX学校到期,请点击', { + time: 20000, //20s后自动关闭 + offset: 'rb', + btn: ['查看', '知道了'] + }); + + $(".menu_three").on("click", function () { $(this).next().toggle(500); $(".three_this").removeClass("three_this"); diff --git a/web/src/main/resources/templates/jlw/courseLabel/index.html b/web/src/main/resources/templates/jlw/courseLabel/index.html index 4a1a71f6..e1788bf0 100644 --- a/web/src/main/resources/templates/jlw/courseLabel/index.html +++ b/web/src/main/resources/templates/jlw/courseLabel/index.html @@ -68,6 +68,7 @@