/** * 为了ligerUi的顶层dialog显示 */ var DialogUtil = { open : function(opts){ var outerWindow =window.top; return $.ligerDialog.open(opts); } }