From 209c9b8a1a7870f5c666746e57ef3123ffea43a3 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 25 Feb 2022 10:31:23 +0800 Subject: [PATCH] Update admin.js --- public/static/admin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/static/admin.js b/public/static/admin.js index 48c93b8de..5514cc6ea 100644 --- a/public/static/admin.js +++ b/public/static/admin.js @@ -144,8 +144,8 @@ $(function () { this.idx = [], this.mdx = []; this.shade = [0.02, '#000000']; /*! 关闭消息框 */ - this.close = function (index) { - if (index !== null) return layer.close(index); + this.close = function (idx) { + if (idx !== null) return layer.close(idx); for (var i in this.idx) that.close(this.idx[i]); this.idx = []; };