弹出层openOptions增加动画属性

pull/328/head
RuoYi 2021-09-06 16:44:05 +08:00
parent 1530644de5
commit f51b4f40f1
1 changed files with 2 additions and 0 deletions

View File

@ -889,6 +889,8 @@ var table = {
}
}
var index = top.layer.open($.extend({
id: options.id, // 唯一id
anim: options.anim, // 弹出动画 0-6
type: 2,
maxmin: $.common.isEmpty(options.maxmin) ? true : options.maxmin,
shade: 0.3,