openOptions函数中加入自定义maxmin属性
This commit is contained in:
@@ -812,7 +812,7 @@ var table = {
|
|||||||
}
|
}
|
||||||
var index = layer.open($.extend({
|
var index = layer.open($.extend({
|
||||||
type: 2,
|
type: 2,
|
||||||
maxmin: true,
|
maxmin: $.common.isEmpty(options.maxmin) ? true : options.maxmin,
|
||||||
shade: 0.3,
|
shade: 0.3,
|
||||||
title: _title,
|
title: _title,
|
||||||
fix: false,
|
fix: false,
|
||||||
|
Reference in New Issue
Block a user