Преглед на файлове

이태영 - 20210422 장바구니 테스트 주석 제거

xodud1202 преди 5 години
родител
ревизия
693daecef3

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/cart/CartListAjaxFormMob.html

@@ -704,7 +704,7 @@
 				setLoginInfo();
 
 				if([[${!order.shotCanYn.equals('Y') or order.shotCartList.size() < 1}]]) {
-					//$(".shotDelvSelect").hide();
+					$(".shotDelvSelect").hide();
 				}
 
 				$("#cartListForm .area_salecoupon .coupon_box").hide();

+ 1 - 1
src/main/webapp/WEB-INF/views/web/cart/CartListAjaxFormWeb.html

@@ -560,7 +560,7 @@
 			setLoginInfo();
 
 			if([[${!order.shotCanYn.equals('Y') or order.shotCartList.size() < 1}]]) {
-				//$(".shotDelvSelect").hide();
+				$(".shotDelvSelect").hide();
 			}
 
 			$("#cartListForm .area_salecoupon .coupon_box").hide();