$(':radio[name="send_type"]').eq(0).prop("checked",true);

必须用prop,否则无效。用attr无效。