From 2fcbe6e2fdeefd8176a57189e2973993da692204 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Tue, 2 Mar 2021 11:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=87=AA=E5=8A=A8=E5=BC=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 663c631..ce35134 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -221,7 +221,7 @@ GOFLY.layerOpen=function (width,height){ anim: 2, content: [this.GOFLY_URL+'/chatIndex?kefu_id='+this.GOFLY_KEFU_ID+'&lang='+this.GOFLY_LANG+'&refer='+window.document.title+'&extra='+this.GOFLY_EXTRA , 'yes'], //iframe的url,no代表不显示滚动条 success:function(){ - if($("#layui-layer1").css("display")=="none"){ + if(!_this.GOFLY_AUTO_OPEN && $("#layui-layer1").css("display")=="none"){ $("#layui-layer1").show(); } },