弹出框周围无背景色

This commit is contained in:
amarsoft 2018-07-05 10:25:13 +08:00
parent aeb81d896a
commit c74e41d6de

View File

@ -674,7 +674,8 @@ var AsDialog = {
var d = top.dialog({
width:pageinfo.width,
height:pageinfo.height,
url:sPageURL
url:sPageURL,
quickClose: true
});
if (pageinfo.title) d.title(pageinfo.title);