From f315c070ec8603788f73b0e070633efce4c1c9f4 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 12 Nov 2019 10:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/database/a-index.php | 4 ++++ 1 file changed, 4 insertions(+) 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();