//延迟两秒关闭ifrom框(layer)
setTimeout(function(){
layer.close(layer.index);
window.parent.location.reload()
},2000)