位置 > 首页 > 图说知识 > 科技

layer.open传参数到子页面

layer.open怎么传参数到子页面呢?不知道的小伙伴来看看小编今天的分享吧!

父页面传参给子页面(iframe页面):

代码:

var index = layer.open({

title: '编辑',

type: 1,

shade: 0.2,

maxmin: true,

shadeClose: true,

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

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

content: content, //这里是iframe页面的路由

success: function(layero, index){

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

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

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

}

});

子页面

 class="layui-input">

以上就是小编今天的分享了,希望可以帮助到大家。


本站声明:本站部分文章来自网络,由用户上传分享,如若内容侵犯了您的合法权益,可联系我们进行处理。文章仅供大家学习与参考,不**本站立场。

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

相关图片
相关单图
热门图文标签
热门图片标签
热门词条推荐

精美图文推荐

上一篇 下一篇
作者信息
年华无效信
(0)赞
2022-01-03 12:49:41
相关专辑
返回首页