layer.open({
            type: 1,
            title:title,
            content: $("#attracting").html(),
            area: ['70%', '80%'],
            maxmin: true,
        });

 

content : $("#attracting").html()  

这个和官网有出入,切记要加 .html()

相关文章:

  • 2021-07-31
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-04-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2021-05-06
  • 2021-06-24
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案