From 5c6727e643a37069a801b69798eaf991a1abdaee Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 28 Sep 2020 11:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0js=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/index.html | 8 ++++---- static/html/setting_deploy.html | 24 ++++++++++++------------ static/js/gofly-front.js | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/static/html/index.html b/static/html/index.html index 494b45b..5544957 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -169,13 +169,13 @@
- Chat Icon three small dots to indicate that an agent is available to chat
- Chat with us + Chat with me
@@ -185,13 +185,13 @@ setTimeout(function(){ if (launchButtonFlag) return; layer.open({ type: 2, - title: "Chat with us", + title: "Chat with me", closeBtn: 1, //不显示关闭按钮 shade: [0], area: ['510px', '520px'], offset: 'rb', //右下角弹出 anim: 2, - content: ['/chatIndex?lang=en&refer='+window.document.title, 'no'], //iframe的url,no代表不显示滚动条 + content: ['/chatIndex?kefu_id='+GOFLY_KEFU_ID+'&refer='+window.document.title, 'no'], //iframe的url,no代表不显示滚动条 end: function(){ launchButtonFlag=false; $(".launchButton").show(); diff --git a/static/html/setting_deploy.html b/static/html/setting_deploy.html index 54279db..04f0650 100644 --- a/static/html/setting_deploy.html +++ b/static/html/setting_deploy.html @@ -8,23 +8,23 @@ - + diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index eb80d44..36c660a 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -8,13 +8,13 @@ $("#launchButton").click(function() { } layer.open({ type: 2, - title: "Chat with us", + title: "Chat with me", closeBtn: 1, //不显示关闭按钮 shade: [0], area: ['520px', '530px'], offset: 'rb', //右下角弹出 anim: 2, - content: [GOFLY_URL+'/chatIndex?refer='+window.document.title, 'yes'], //iframe的url,no代表不显示滚动条 + content: [GOFLY_URL+'/chatIndex?kefu_id='+GOFLY_KEFU_ID+'&refer='+window.document.title, 'yes'], //iframe的url,no代表不显示滚动条 end: function(){ launchButtonFlag=false; $(".launchButton").show();