diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 98fd689..6853713 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -137,7 +137,7 @@ new Vue({ }, //正在输入 - inputNextText(){ + inputNextText:function(){ if(this.socketClosed||!this.socket){ return; }