修改聊天框

pull/23/head
taoshihan1991 3 years ago
parent 9dbc202096
commit de5cdcc0c0

@ -109,7 +109,7 @@ GOFLY.clickBtn=function (){
GOFLY.getNotice=function(){
var _this=this;
$.get(this.GOFLY_URL+"/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) {
_this.chatPageTitle="<img style='margin-top: 5px;' src='"+res.result.avatar+"' class='flyAvatar'>"+res.result.username;
_this.chatPageTitle="<img style='margin-top: 5px;' src='"+_this.GOFLY_URL+res.result.avatar+"' class='flyAvatar'>"+res.result.username;
if (res.result.welcome != null) {
var msg = res.result.welcome;
var len=msg.length;

Loading…
Cancel
Save