@@ -225,6 +225,9 @@
var birth = $("#birth").val();
var validate = check();
+ if (!validate){
+ return;
+ }
$.post("/appointment/save", {
"bid":bid,