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); }