mirror of https://github.com/layui/layer
parent
56006aee51
commit
7cf7401348
|
@ -912,6 +912,8 @@ layer.close = function(index){
|
|||
layero.find('.'+doms[5])[0].removeChild(iframe);
|
||||
} catch(e){}
|
||||
}
|
||||
//这里的innerHTML 在IE9中调用关闭导致IE崩溃
|
||||
//我使用这里注释了下面第一行,元芳怎么看?
|
||||
layero[0].innerHTML = '';
|
||||
layero.remove();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue