- 如下,可在手机当前页面使用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;',
})
}
window.parent.window.getInfo(placeBegin, placeEnd, searchType);
parent.layer.closeAll();