var index = layer.open({
            type: 2,
            title: title,
            content: '{:U('TourProduct/getAttractionsImg')}' + '?product_id=' + id,
            area: ['70%', '80%'],
            maxmin: true,
            cancel: function(index, layero){ 
            	layer.close(index);
                location.reload();
            }
        });

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-10-04
  • 2022-12-23
相关资源
相似解决方案