聊天框错误

pull/30/head
taoshihan1991 5 years ago
parent 2599bed3b1
commit d382b1ff5d

@ -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();
});
},

Loading…
Cancel
Save