From 9e5bb0c82216d1d304a833acf3ac5be235fe0bf6 Mon Sep 17 00:00:00 2001 From: wangguodong01 Date: Wed, 20 Mar 2024 11:47:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(#i9a0ea):=20=E4=BD=BF=E7=94=A8=5Fiframe?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=89=93=E5=BC=80=E7=A9=BA=E7=99=BD=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B9=9F=E4=BC=9A=E6=98=BE=E7=A4=BA=E7=BA=B5=E5=90=91?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/module/tabPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/component/pear/module/tabPage.js b/component/pear/module/tabPage.js index 44cb83c..205e7ec 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 { -- Gitee