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
05772ee646
commit
1258797b4c
@ -766,12 +766,12 @@ $(function () {
|
|||||||
img.style.background = '#fff', img.style.display = 'none';
|
img.style.background = '#fff', img.style.display = 'none';
|
||||||
img.style.height = 'auto', img.style.width = area || '480px';
|
img.style.height = 'auto', img.style.width = area || '480px';
|
||||||
document.body.appendChild(img), img.onerror = function () {
|
document.body.appendChild(img), img.onerror = function () {
|
||||||
$.msg.close(index), (typeof done === 'function' && done());
|
$.msg.close(index);
|
||||||
}, img.onload = function () {
|
}, img.onload = function () {
|
||||||
layer.open({
|
layer.open({
|
||||||
type: 1, shadeClose: true, success: img.onerror, content: $(img), title: false,
|
type: 1, shadeClose: true, success: img.onerror, content: $(img), title: false,
|
||||||
area: area || '480px', closeBtn: 1, skin: 'layui-layer-nobg', end: function () {
|
area: area || '480px', closeBtn: 1, skin: 'layui-layer-nobg', end: function () {
|
||||||
document.body.removeChild(img);
|
document.body.removeChild(img), (typeof done === 'function' && done())
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user