当前位置: 首页 > 工具软件 > layer mobile > 使用案例 >

layer for mobile 弹出页面层

胥宏义
2023-12-01
  • 如下,可在手机当前页面使用layer mobile进行弹框,此例为iframe,如仅为一个简单html,可直接在content中写html即可。
    var url_a = "@Url.Action("SearchIndex","Bus")";
    function search() {
        layer.open({
            style: 'border:none; text-align:center',
            content: "<iframe src=" + url_a + "   scrolling='no'  style='border:none;height:500px;width:100%'></iframe>",
            type: 1,
            anim: 'up',
            style: 'position:fixed; bottom:0; left:0; width: 100%; height: 45%; padding:10px 0; border:none;',
        })
    }
  • 如何关闭当前iframe
   window.parent.window.getInfo(placeBegin, placeEnd, searchType);
        parent.layer.closeAll();
 类似资料: