聊天框错误

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

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

Loading…
Cancel
Save