正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -117,7 +117,7 @@ define(['jquery', 'bootstrap', 'toastr', 'layer', 'lang'], function ($, undefine | @@ -117,7 +117,7 @@ define(['jquery', 'bootstrap', 'toastr', 'layer', 'lang'], function ($, undefine | ||
117 | title = options && options.title ? options.title : (title ? title : ""); | 117 | title = options && options.title ? options.title : (title ? title : ""); |
118 | url = Fast.api.fixurl(url); | 118 | url = Fast.api.fixurl(url); |
119 | url = url + (url.indexOf("?") > -1 ? "&" : "?") + "dialog=1"; | 119 | url = url + (url.indexOf("?") > -1 ? "&" : "?") + "dialog=1"; |
120 | - var area = [$(window).width() > 800 ? '800px' : '95%', $(window).height() > 600 ? '600px' : '95%']; | 120 | + var area = Fast.config.openArea != undefined ? Fast.config.openArea : [$(window).width() > 800 ? '800px' : '95%', $(window).height() > 600 ? '600px' : '95%']; |
121 | options = $.extend({ | 121 | options = $.extend({ |
122 | type: 2, | 122 | type: 2, |
123 | title: title, | 123 | title: title, |
-
请 注册 或 登录 后发表评论