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();