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语法错误!"+'');