From 88750cf893bff9e752136bf055a787c8a8bca957 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 20 Jan 2021 14:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E4=B8=8Bie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/chat-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }