//iframe层
layer.open({
type: 2,
title: 'layer mobile页',
shadeClose: true,
shade: false,
maxmin: true, //开启最大化最小化按钮
area: ['90%', '800px'],
content: 'http://www.sxcoal.com/news/4588692/info' //iframe的url
});
//tab层
layer.tab({
area: ['600px', '300px'],
tab: [{
title: 'TAB1',
content: '内容1'
}, {
title: 'TAB2',
content: '内容2'
}, {
title: 'TAB3',
content: '内容3'
}]
});
layer弹出层
最新推荐文章于 2025-02-11 15:47:32 发布