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
6f9245bf59
commit
a2b4ffad0c
@ -115,9 +115,9 @@ $(function () {
|
|||||||
/*! 确认对话框 */
|
/*! 确认对话框 */
|
||||||
this.confirm = function (msg, ok, no) {
|
this.confirm = function (msg, ok, no) {
|
||||||
return layer.confirm(msg, {title: '操作确认', btn: ['确认', '取消']}, function (idx) {
|
return layer.confirm(msg, {title: '操作确认', btn: ['确认', '取消']}, function (idx) {
|
||||||
(typeof ok === 'function' && ok.call(this, index)), that.close(idx);
|
(typeof ok === 'function' && ok.call(this, idx)), that.close(idx);
|
||||||
}, function (idx) {
|
}, function (idx) {
|
||||||
(typeof no === 'function' && no.call(this, index)), that.close(idx);
|
(typeof no === 'function' && no.call(this, idx)), that.close(idx);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
/*! 显示成功类型的消息 */
|
/*! 显示成功类型的消息 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user