|
|
|
@ -253,9 +253,9 @@
|
|
|
|
|
content.name = guest.name;
|
|
|
|
|
content.is_kefu = true;
|
|
|
|
|
content.time = this.getNowDate();
|
|
|
|
|
this.msgList.push(content);
|
|
|
|
|
this.saveHistory(content);
|
|
|
|
|
this.scrollBottom();
|
|
|
|
|
_this.msgList.push(content);
|
|
|
|
|
_this.saveHistory(content);
|
|
|
|
|
_this.scrollBottom();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|