From 009ef6719d451d39047ade62c8f6e8bebbb89678 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 20 Feb 2020 16:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E7=8A=B6=E6=80=81bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/StatementMangement/lists.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Application/Admin/View/StatementMangement/lists.html b/Application/Admin/View/StatementMangement/lists.html index a02ffcf91..732090faa 100644 --- a/Application/Admin/View/StatementMangement/lists.html +++ b/Application/Admin/View/StatementMangement/lists.html @@ -217,7 +217,7 @@ title:false }, function(index) { if (!text) { - layer.msg('请选择后再进行操作'); + layer.msg("" + '请选择后再进行操作' + ""); return; } @@ -228,9 +228,9 @@ dataType: 'json', success: function (data) { if (data.status == 0) { - layer.msg('审核通过失败'); + layer.msg("" + '审核通过失败' + ""); } else { - layer.msg('审核通过成功') + layer.msg("" + '审核通过成功' + "") setTimeout(function(){ window.parent.reload(); },1500); @@ -253,7 +253,7 @@ title:false }, function(index) { if (!text) { - layer.msg('请选择后再进行操作'); + layer.msg("" + '请选择后再进行操作' + ""); return; } @@ -264,9 +264,9 @@ dataType: 'json', success: function (data) { if (data.status == 0) { - layer.msg('审核拒绝失败'); + layer.msg("" + '审核拒绝失败' + ""); } else { - layer.msg('审核拒绝成功') + layer.msg("" + '审核拒绝成功' + "") setTimeout(function(){ window.parent.reload();