mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修复msg.confirm方法
This commit is contained in:
parent
aba79cc376
commit
3bc3e9ef07
@ -84,7 +84,7 @@ define(['jquery'], function () {
|
||||
typeof ok === 'function' && ok.call(this);
|
||||
self.close();
|
||||
}, function () {
|
||||
typeof no === 'function' && ok.call(this);
|
||||
typeof no === 'function' && no.call(this);
|
||||
self.close();
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user