弹出层指定shadeClose参数选项

pull/115/MERGE
RuoYi 2019-08-03 10:40:38 +08:00
parent e942bcf033
commit 3ee87354c8
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@
fix: false, fix: false,
area: [_width + 'px', _height + 'px'], area: [_width + 'px', _height + 'px'],
content: _url, content: _url,
shadeClose: true, shadeClose: $.common.isEmpty(options.shadeClose) ? true : options.shadeClose,
skin: options.skin, skin: options.skin,
btn: $.common.isEmpty(options.btn) ? _btn : options.btn, btn: $.common.isEmpty(options.btn) ? _btn : options.btn,
yes: options.yes, yes: options.yes,