From 426ecc8be08634059759c485541a6825208aa274 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Thu, 10 Sep 2020 14:20:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=E8=81=8A=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/chat_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/html/chat_page.html b/static/html/chat_page.html index 23266e8..197f663 100644 --- a/static/html/chat_page.html +++ b/static/html/chat_page.html @@ -249,10 +249,10 @@ _this.messageContent = ""; let content = {} content.avator=guest.avator; - content.content = replaceContent(this.messageContent); + content.content = replaceContent(_this.messageContent); content.name = guest.name; content.is_kefu = true; - content.time = this.getNowDate(); + content.time = _this.getNowDate(); _this.msgList.push(content); _this.saveHistory(content); _this.scrollBottom();