关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

关闭弹框层

发布时间:2019-12-28 17:28:40

//index是索引值,用于关闭弹框
var index = layer.open({
              type: 2,
              content: $("#id"),
              area: ['300px', '200px'],
              success:function(index,layero){
                    //执行的函数
              }
            });
layer.close(index);//关闭弹框层


/template/Home/Zkeys/PC/Static