mirror of https://gitee.com/y_project/RuoYi.git
弹出层指定shadeClose参数选项
parent
e942bcf033
commit
3ee87354c8
|
@ -658,7 +658,7 @@
|
|||
fix: false,
|
||||
area: [_width + 'px', _height + 'px'],
|
||||
content: _url,
|
||||
shadeClose: true,
|
||||
shadeClose: $.common.isEmpty(options.shadeClose) ? true : options.shadeClose,
|
||||
skin: options.skin,
|
||||
btn: $.common.isEmpty(options.btn) ? _btn : options.btn,
|
||||
yes: options.yes,
|
||||
|
|
Loading…
Reference in New Issue