(function() { var personalDialogForm = { // 修改密码 selectIndustry: function(industryid, directionid) { top.layer.open({ type: 2, title: '

请选择行业

', shadeClose: false, closeBtn: true, //显示关闭按钮 area: ['620px', '455px'], content: "../../mine/html/select-industry.html?industryid=" + industryid + "&directionid=" + directionid, //iframe的url }); }, } window.personalDialogForm = personalDialogForm })()