From 1b6624a6c895ccb871b81a0f3994bab43385373f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Thu, 13 Sep 2018 15:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/bootstrap3/refresh_amp_urls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/bootstrap3/refresh_amp_urls.php b/application/views/bootstrap3/refresh_amp_urls.php index cd51c9dc..c504abd0 100644 --- a/application/views/bootstrap3/refresh_amp_urls.php +++ b/application/views/bootstrap3/refresh_amp_urls.php @@ -31,7 +31,7 @@ success: function (result, textStatus) { if (result.name === 'no') { error_msg=''; - $.each(responseText.value, function (index, element) { + $.each(result.value, function (index, element) { error_msg=error_msg+'line '+element.line+' col '+element.col+' :'+element.message+' '; }); $(msg_obj).html("保存失败,AMP语法错误!"+'');