修复 table 在 IE 下报错

#1438
This commit is contained in:
sight
2023-12-13 07:10:46 +08:00
parent 597078fa7b
commit a4867099be

View File

@@ -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;
}
}