修改声音

pull/23/head
陶士涵 4 years ago
parent 9d190dca82
commit c9bb4afeb7

@ -79,5 +79,5 @@
var KEFU_ID='{{.KEFU_ID}}';
var REFER='{{.Refer}}';
</script>
<script src="/static/js/chat-page.js?v=0.3.3"></script>
<script src="/static/js/chat-page.js?v=0.3.4"></script>
</html>

@ -246,7 +246,7 @@ new Vue({
content.content = replaceContent(content.content);
_this.msgList.push(content);
_this.scrollBottom();
_this.sendSound();
_this.alertSound();
i++;
},4000);
}

Loading…
Cancel
Save