yuhaitao14 7 lat temu
rodzic
commit
5e08ad793f

+ 3 - 0
shop/src/main/resource/templates/appointment.html

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