改变聊天宽度

pull/23/head
taoshihan1991 3 years ago
parent 7f1351e027
commit 4f16ca047c

@ -118,6 +118,7 @@ func PostVisitorLogin(c *gin.Context) {
go SendNoticeEmail(visitor.Name, "来了")
go SendAppGetuiPush(kefuInfo.Name, visitor.Name, visitor.Name+"来了")
go SendVisitorLoginNotice(kefuInfo.Name, visitor.Name, visitor.Avator, visitor.Name+"来了")
go ws.VisitorOnline(kefuInfo.Name, visitor)
go SendServerJiang(visitor.Name, "来了", c.Request.Host)
c.JSON(200, gin.H{

@ -190,7 +190,7 @@ GOFLY.layerOpen=function (){
title: this.chatPageTitle,
closeBtn: 1, //不显示关闭按钮
shade: 0,
area: ['520px', '530px'],
area: ['400px', '530px'],
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的urlno代表不显示滚动条

Loading…
Cancel
Save