From c44c1092fb9806dca6d94ac4469e5fb7f4e4946d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=BB=8B=E8=8D=89=E6=B0=91?= <1977441805@qq.com> Date: Tue, 12 Nov 2024 11:29:37 +0000 Subject: [PATCH 1/3] =?UTF-8?q?update=20component/pear/module/tabPage.js.?= =?UTF-8?q?=20=E7=B2=BE=E7=A1=AE=E5=8C=96jquery=E8=8E=B7=E5=8F=96=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=8D=A1src=E5=9C=B0=E5=9D=80=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=EF=BC=8C=E6=88=96?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=84=8F=E5=A4=96=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一介草民 <1977441805@qq.com> --- component/pear/module/tabPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/module/tabPage.js b/component/pear/module/tabPage.js index 579588c..91c2bc1 100644 --- a/component/pear/module/tabPage.js +++ b/component/pear/module/tabPage.js @@ -383,7 +383,7 @@ layui.define(['jquery', 'element', 'dropdown'], function (exports) { */ tabPage.prototype.refresh = function (time) { - var $iframe = $(".layui-tab[lay-filter='" + this.option.elem + "'] .layui-tab-content .layui-show > *"); + var $iframe = $(".layui-tab[lay-filter='" + this.option.elem + "'] .layui-tab-content .layui-show > div[data-frameid]"); var $iframeLoad; if (time != false && time != 0) { -- Gitee From b32e445a068b2d08dcd0f4a29dc734c2c08218fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=BB=8B=E8=8D=89=E6=B0=91?= <1977441805@qq.com> Date: Tue, 12 Nov 2024 11:31:07 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E7=B2=BE=E7=A1=AE=E5=8C=96jquery=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=80=89=E9=A1=B9=E5=8D=A1src=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一介草民 <1977441805@qq.com> --- component/pear/module/tabPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/module/tabPage.js b/component/pear/module/tabPage.js index 91c2bc1..62e58ec 100644 --- a/component/pear/module/tabPage.js +++ b/component/pear/module/tabPage.js @@ -383,7 +383,7 @@ layui.define(['jquery', 'element', 'dropdown'], function (exports) { */ tabPage.prototype.refresh = function (time) { - var $iframe = $(".layui-tab[lay-filter='" + this.option.elem + "'] .layui-tab-content .layui-show > div[data-frameid]"); + var $iframe = $(".layui-tab[lay-filter='" + this.option.elem + "'] .layui-tab-content .layui-show > div[data-frameid] "); var $iframeLoad; if (time != false && time != 0) { -- Gitee From f1d65b6d4e3f57a21fc99a25b9338c41d88c2f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=BB=8B=E8=8D=89=E6=B0=91?= <1977441805@qq.com> Date: Tue, 12 Nov 2024 11:31:30 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E7=B2=BE=E7=A1=AE=E5=8C=96jquery=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=80=89=E9=A1=B9=E5=8D=A1src=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一介草民 <1977441805@qq.com> --- component/pear/module/tabPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/module/tabPage.js b/component/pear/module/tabPage.js index 62e58ec..91c2bc1 100644 --- a/component/pear/module/tabPage.js +++ b/component/pear/module/tabPage.js @@ -383,7 +383,7 @@ layui.define(['jquery', 'element', 'dropdown'], function (exports) { */ tabPage.prototype.refresh = function (time) { - var $iframe = $(".layui-tab[lay-filter='" + this.option.elem + "'] .layui-tab-content .layui-show > div[data-frameid] "); + var $iframe = $(".layui-tab[lay-filter='" + this.option.elem + "'] .layui-tab-content .layui-show > div[data-frameid]"); var $iframeLoad; if (time != false && time != 0) { -- Gitee