layer.open彈出層的回調(返回值)

 

獲取layer.open彈出層的返回值

layer.open({ type: 2, title: "設置圍欄", shadeClose: true, shade: 0.4, area: ['90%', '90%'], content: "/ElectronicFence/Map?id=" + id + "&shapeType=" + shapeType, btn: ['肯定','關閉'], yes: function(index){ //當點擊‘肯定’按鈕的時候,獲取彈出層返回的值
                        var res = window["layui-layer-iframe" + index].callbackdata(); //打印返回的值,看是否有咱們想返回的值。
 console.log(res); //最後關閉彈出層
 layer.close(index); }, cancel: function(){ //右上角關閉回調
 } });

詳情見:https://www.cnblogs.com/fjzhang/p/6232148.htmlhtml

layer一款web彈層組件,其中有關於irame-父子操做可查看一下連接學習web

http://layer.layui.com/?alonepost

相關文章
相關標籤/搜索