聊天页面传递客服ID参数

pull/23/head
taoshihan1991 4 years ago
parent 5c6727e643
commit 585823d1c6

@ -293,7 +293,7 @@ html {
/*margin-bottom: 80px;*/
}
.chatVisitorPage .chatBox{
min-height: 550px;
min-height: 530px;
}
.chatBox .el-col{margin:10px 0;}
.chatUser{

@ -175,7 +175,7 @@
</div>
<script>
var GOFLY_URL="";
var GOFLY_KEFU_ID="kefu3";
var GOFLY_KEFU_ID="kefu2";
</script>
<script src="/static/js/gofly-front.js"></script>
<!--//对接客服代码-->

@ -3,7 +3,7 @@ $("#launchButton").click(function() {
if (launchButtonFlag) return;
var width=$(window).width();
if(width<768){
window.open(GOFLY_URL+'/chatIndex?refer='+window.document.title);
window.open(GOFLY_URL+'/chatIndex?kefu_id='+GOFLY_KEFU_ID+'&refer='+window.document.title);
return;
}
layer.open({

Loading…
Cancel
Save