mirror of
https://gitee.com/layui/layui.git
synced 2025-08-20 09:28:56 +08:00
修复 table 在 IE 下报错
This commit is contained in:
commit
d1815def6d
@ -82,7 +82,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||
var resolveTplStr = function(templet){
|
||||
try{
|
||||
return lay(templet).html();
|
||||
}catch{
|
||||
}catch(err){
|
||||
return templet;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user