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'
});