Update admin.js

This commit is contained in:
Anyon 2020-06-17 14:17:06 +08:00
parent b3334afa15
commit aab835e269

View File

@ -61,9 +61,7 @@ $(function () {
window.$body = $('body');
/*! 消息组件实例 */
$.msg = new function (that) {
that = this;
this.idx = [];
this.shade = [0.02, '#000'];
that = this, this.idx = [], this.shade = [0.02, '#000'];
// 关闭消息框
this.close = function (index) {
return layer.close(index);