修复 table 在 IE 下报错

pull/1446/head
贤心 2023-12-13 15:25:49 +08:00 committed by GitHub
commit d1815def6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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