弹层外区域关闭
This commit is contained in:
@ -302,7 +302,8 @@
|
||||
shade: 0.3,
|
||||
title: title,
|
||||
content: url,
|
||||
shadeClose: true // fix,点击阴影部分关闭窗口,常用.
|
||||
// 弹层外区域关闭
|
||||
shadeClose: true
|
||||
});
|
||||
},
|
||||
// 弹出层全屏
|
||||
@ -332,7 +333,9 @@
|
||||
maxmin: true,
|
||||
shade: 0.3,
|
||||
title: title,
|
||||
content: url
|
||||
content: url,
|
||||
// 弹层外区域关闭
|
||||
shadeClose: true
|
||||
});
|
||||
layer.full(index);
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user