yuhaitao14 7 년 전
부모
커밋
5e08ad793f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      shop/src/main/resource/templates/appointment.html

+ 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,