Explorar el Código

상품상세 상품평 null 처리

eskim hace 4 años
padre
commit
fb1dd1833b

+ 1 - 1
src/main/webapp/WEB-INF/views/web/goods/GoodsDetailReviewFormWeb.html

@@ -505,7 +505,7 @@
 				if (item.goodsOptionList != null && item.goodsOptionList.length > 0){
 				tag += '					<dd>';	
 					$.each(item.goodsOptionList, function(gIdx, goodsOption){
-				tag += '					'+ goodsOption.optCd1Nm +' / '+ goodsOption.optCd2 ;		
+				tag += '					'+ gagajf.convNull(goodsOption.optCd1Nm,'') +' / '+ gagajf.convNull(goodsOption.optCd2,'') ;		
 				if ((gIdx+1) < item.goodsOptionList.length){
 				tag += ', ';
 				}