@ -306,7 +306,6 @@ layui.define(['lay', 'util', 'element', 'form'], function(exports){
// 转义 HTML 标签
if(options.encode) html = util.escape(html); // 编码
html = html.replace(/[\r\t\n]+/g, '</li><li>'); // 转义换行符