mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
b3334afa15
commit
aab835e269
@ -61,9 +61,7 @@ $(function () {
|
|||||||
window.$body = $('body');
|
window.$body = $('body');
|
||||||
/*! 消息组件实例 */
|
/*! 消息组件实例 */
|
||||||
$.msg = new function (that) {
|
$.msg = new function (that) {
|
||||||
that = this;
|
that = this, this.idx = [], this.shade = [0.02, '#000'];
|
||||||
this.idx = [];
|
|
||||||
this.shade = [0.02, '#000'];
|
|
||||||
// 关闭消息框
|
// 关闭消息框
|
||||||
this.close = function (index) {
|
this.close = function (index) {
|
||||||
return layer.close(index);
|
return layer.close(index);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user