diff --git a/frontend/views/database/a-index.php b/frontend/views/database/a-index.php index 58c8b55..5de14f1 100644 --- a/frontend/views/database/a-index.php +++ b/frontend/views/database/a-index.php @@ -177,7 +177,11 @@ use \common\libs\MyLib; btn: ['删除','取消'], //按钮 shade: false //不显示遮罩 }, function(){ + var index = parent.layer.load(1, { + shade: [0.1,'#fff'] //0.1透明度的白色背景 + }); $.post('/car/delete',{id:id},function(data) { + parent.layer.close(index); parent.layer.msg(data.msg); if(data.success == true) { refreshList();