diff --git a/component/pear/module/tabPage.js b/component/pear/module/tabPage.js index 44cb83c04e9d15a5de4a3e0a2796994dd00c1322..205e7ece9d0af2897ef5654dada9401aad189369 100644 --- a/component/pear/module/tabPage.js +++ b/component/pear/module/tabPage.js @@ -291,7 +291,7 @@ layui.define(['jquery', 'element', 'dropdown'], function (exports) { element.tabAdd(this.option.elem, { id: opt.id, title: title, - content: `` + content: `` }); } else { @@ -347,7 +347,7 @@ layui.define(['jquery', 'element', 'dropdown'], function (exports) { element.tabAdd(this.option.elem, { id: opt.id, title: title, - content: `` + content: `` }); } else { $.ajax({ @@ -511,7 +511,7 @@ layui.define(['jquery', 'element', 'dropdown'], function (exports) { if (item.type === "_iframe") { - content += `
` + content += `
` } else {