diff --git a/frontend/views/database/a-index.php b/frontend/views/database/a-index.php index 58179bb..58c8b55 100644 --- a/frontend/views/database/a-index.php +++ b/frontend/views/database/a-index.php @@ -227,7 +227,11 @@ use \common\libs\MyLib; rows.forEach(function(item,index,array){ params.push(item.id); }); + var index = parent.layer.load(1, { + shade: [0.1,'#fff'] //0.1透明度的白色背景 + }); $.post('/database/a-b', {ids:params.join(',')}, function(data) { + parent.layer.close(index); parent.layer.msg(data.msg); if(data.success == true) { refreshList();