Ver código fonte

머지수정

eskim 4 anos atrás
pai
commit
21ec00903a

+ 2 - 17
src/main/webapp/WEB-INF/views/mob/goods/GoodsDetailFormMob.html

@@ -2888,18 +2888,6 @@
 			$('.modal.photo_comment_popup .pop_detail').toggleClass('active');
 		});
 		
-		 // 상품상세 asis html  이지미 경로 수정
-		$(".pd_descrp .cont_body").find('img').each(function() {
-			let tmpImgSrc = $(this).attr('src');
-			if (tmpImgSrc.indexOf('Upload') == 1 ){  // /Upload
-				$(this).attr('src' , tmpImgSrc.replace('/Upload', _imgUrl+"/Local"));
-			}
-			
-			if (tmpImgSrc.indexOf('/Upload/Local') > 0 ){  // /Upload
- 				$(this).attr('src' , tmpImgSrc.replace('/Upload/Local', "/Local"));
- 			} 
-			
-		});
 	});
 	
 
@@ -2941,7 +2929,7 @@
 	let vh = window.innerHeight * 0.01;
 	document.documentElement.style.setProperty('--vh', `${vh}px`);
 	
-<<<<<<< HEAD
+
 	 // 상품상세 asis html  이지미 경로 수정
 	window.onload = function(){
    	 $(".pd_descrp .cont_body").find('img').each(function() {
@@ -2954,10 +2942,7 @@
 		});
 		
 	};
-=======
-	
->>>>>>> refs/heads/develop
-	
+
    	let goodsVideoList = [[${goodsVideoList}]];
 	let videoFlag = false;
 	if (goodsVideoList != null){