From a5b4b3e7e0a9fbc740f1070071679a5797425645 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Tue, 2 Mar 2021 11:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 39f713d..663c631 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -220,6 +220,11 @@ GOFLY.layerOpen=function (width,height){ offset: 'rb', //右下角弹出 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"){ + $("#layui-layer1").show(); + } + }, end: function(){ _this.launchButtonFlag=false; $(".launchButtonBox").show();