From 86da796cbf4a9219265013c5d0a0a4ce48362818 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Thu, 19 Jan 2023 23:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=92=E5=8A=A8=E5=9B=9E=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html b/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html index 42b19038..49ddfa2b 100644 --- a/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html +++ b/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html @@ -152,7 +152,7 @@ , yes: function (index, layero) { param.chatContent = '

'+$("#chatContentNew").val()+'

'; var url = '/api/teacherOpenCourseChatLog/add.do'; - var ret = Common.postAjax(url,param); + var ret = Common.postJSON(url,JSON.stringify(param)); layer.msg(ret.code == 0 ? "成功回复!" : ret.msg, { offset: ['50%'], icon: ret.code == 0 ? 1 : 2,