From b97fa531ee21de8e386f410857eede62c9cc1aa4 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Thu, 11 Mar 2021 10:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=A2=E6=9C=8D=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=97=B6=E4=B8=8D=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/chat-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/chat-main.js b/static/js/chat-main.js index 69dbdee..3a15fdf 100644 --- a/static/js/chat-main.js +++ b/static/js/chat-main.js @@ -197,7 +197,7 @@ var app=new Vue({ _this.sendDisabled=false; if(res.code!=200){ _this.$message({ - message: data.msg, + message: res.msg, type: 'error' }); }