소스 검색

배송지 목록 수정

jsshin 5 년 전
부모
커밋
2c9bfc2d09
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/webapp/WEB-INF/views/web/mypage/MypageCustDeliveryAddrFormWeb.html

+ 1 - 2
src/main/webapp/WEB-INF/views/web/mypage/MypageCustDeliveryAddrFormWeb.html

@@ -73,13 +73,12 @@
 	}
 
 	var fnCustDeliveryAddListCallback = function (result) {
-		console.log('result', result);
+		$('#custDeliveryList').html('');
 		if (result.length < 1) {
 			$('#nodata').show();
 			return;
 		}
 		$('#nodata').hide();
-		$('#custDeliveryList').html('');
 		let html = '';
 		$.each(result, function (idx, custDeliveryAddr){
 			if (custDeliveryAddr.defaultYn  === 'Y') {