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();