Loading... ```js let index = layer.open({ title: '修改', type: 2, shade: 0.2, maxmin: true, shadeClose: true, area: ['45%', '70%'], content: 'list/edit', success:function(layero,index){ var body = layer.getChildFrame('body',index); console.log(body) console.log(ids.toString()) body.contents().find("#modifiedList").val(ids.toString()); } }); ``` 最后修改:2021 年 08 月 17 日 © 允许规范转载 打赏 赞赏作者 微信 赞 0 如果觉得我的文章对你有用,请随意赞赏
此处评论已关闭