From c9bb4afeb7400c1ec4f02f9455b2bddd102d4d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Thu, 29 Oct 2020 22:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A3=B0=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/chat_page.html | 2 +- static/js/chat-page.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/html/chat_page.html b/static/html/chat_page.html index 58ebb0d..c32191a 100644 --- a/static/html/chat_page.html +++ b/static/html/chat_page.html @@ -79,5 +79,5 @@ var KEFU_ID='{{.KEFU_ID}}'; var REFER='{{.Refer}}'; - + diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 207d3ef..b7f6b8e 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -246,7 +246,7 @@ new Vue({ content.content = replaceContent(content.content); _this.msgList.push(content); _this.scrollBottom(); - _this.sendSound(); + _this.alertSound(); i++; },4000); }