diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index d20b9a3..7cc8ff4 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -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=""+res.result.username; + _this.chatPageTitle=""+res.result.username; if (res.result.welcome != null) { var msg = res.result.welcome; var len=msg.length;