top.layer.open({
type: 2,
title: '信息',
maxmin: true,
resize: true,
success: function (layero) {
layero.find('.layui-layer-min').remove();
},
area: ['500px', '800px'],
content: '' //这里content是一个URL,如果你不想让iframe出现滚动条,你还可以content: ['http://sentsin.com', 'no']
});
网友评论