layer.open($.extend(commonObj, {
area : [ '1035px', '624px' ],
content : 'openTest.html',
end : function() {
//关闭弹框后触发
}
}));
layer.open 关闭回调
最新推荐文章于 2024-08-10 03:13:35 发布
layer.open($.extend(commonObj, {
area : [ '1035px', '624px' ],
content : 'openTest.html',
end : function() {
//关闭弹框后触发
}
}));