From 05a319f1b7196876ef4fa9dd1d79b5f803b0f8bb Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Tue, 12 Nov 2019 10:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=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 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();