From e6fad6e58c809029b6dab460ba326ba6ba6c55f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Sun, 26 Mar 2023 22:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=8E=88=E6=9D=83=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E6=98=AF=E5=90=A6=E8=BF=87=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-core/src/main/resources/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-core/src/main/resources/templates/index.html b/admin-core/src/main/resources/templates/index.html index fd393315..a71f3e2a 100644 --- a/admin-core/src/main/resources/templates/index.html +++ b/admin-core/src/main/resources/templates/index.html @@ -447,7 +447,7 @@ var isAdmin = $("#isAdmin").val(); if(isAdmin == "true"){ - layer.msg(text+'等'+data.length+'个学校应用(课程)授权即将到期,点击查看', { + layer.msg(text+'等'+""+data.length+""+'个学校应用(课程)授权即将到期,点击查看', { time: 20000, //20s后自动关闭 offset: 'rb', btn: ['查看'], @@ -461,7 +461,7 @@ } }); }else { - layer.msg('学校应用(课程)授权即将到期,请联系管理员,过期将影响登录系统', { + layer.msg('学校授权课程'+""+ret.data[0].lastDay+"天"+'即将到期,请联系管理员,过期将影响登录系统', { time: 20000, //20s后自动关闭 offset: 'rb' });