标签:val UNC max OLE 数值 index fun false [1]
function show_layer(){ layer.open({ type: 2, area: [w+‘px‘, h +‘px‘], fix: false, //不固定 maxmin: true, shadeClose: true, shade:0.4, title: title, content: url, //url 为子布局的url路径 success:function (layero,index) { var iframe = window[‘layui-layer-iframe‘ + index]; iframe.child(‘我是父布局传到子布局的值‘) } }); }
function child(obj){ console.log(obj);//获取父界面的传值 }
parent.GetValue(‘我是子界面的数值‘); //GetValue是父界面的Js 方法 var index = parent.layer.getFrameIndex(window.name); parent.layer.close(index);
function GetValue(obj){ console.log(obj); }
标签:val UNC max OLE 数值 index fun false [1]
原文地址:https://www.cnblogs.com/yysbolg/p/9977387.html