From d382b1ff5db1ebfc383b4fcf6c3e25b2a5669e1c Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Thu, 10 Sep 2020 14:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E6=A1=86=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/chat_page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/html/chat_page.html b/static/html/chat_page.html index bf00a7d..23266e8 100644 --- a/static/html/chat_page.html +++ b/static/html/chat_page.html @@ -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(); }); },