layer.open如何让高度自适应?

layer.open({
    type: 2,
    title:'87945',
    area: '800px',
    shade: [0.8, '#393D49'],
    content:'不要用 qq 官网,用你自己开发的网站试试',
    success: function(layero, index) {
        layer.iframeAuto(index);
    }
});

猜你喜欢

转载自blog.csdn.net/gdali/article/details/80445550