昌鑫号

layer.open传参数到子页面(layui open传参)

layer.open传参数到子页面, layer.open如何将参数传递给子页?不知道小伙伴们今天来看看边肖的分享吧!

父页面被传递到子页面(iframe页面):

代码:

var index=layer.open({

头衔:编辑,

type: 1,

shade: 0.2,

maxmin: true,

shadeClose: true,

area: [openWH[0] + px, openWH[1] + px],

offset: [openWH[2] + px, openWH[3] + px],

layui open传参

Content: content,//这里是iframe页面的路径。

success: function(layero, index){

var body=layer.getChildFrame(body,index);

var fileId=body.contents().find(#fileId);

$(fileId.selector).val(data.id);

}

});

layui open传参

子页面

Input type=hidden name=id id=file id placeholder=file id value=

class=layui-input

layer.open传参数到子页面,以上就是本文为您收集整理的layer.open传参数到子页面最新内容,希望能帮到您!更多相关内容欢迎关注。

      
上一篇