Browse Source

이태영 - 20210422 장바구니 배송 방식 변경 기준 수정

xodud1202 5 năm trước cách đây
mục cha
commit
931dca2007

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

@@ -703,7 +703,7 @@
 			$(document).ready(function() {
 				setLoginInfo();
 
-				if([[${!order.shotCanYn.equals('Y') or order.shotCartList.size() < 1}]]) {
+				if([[${!order.shotCanYn.equals('Y')}]]) {
 					$(".shotDelvSelect").hide();
 				}
 

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

@@ -559,7 +559,7 @@
 		$(document).ready(function() {
 			setLoginInfo();
 
-			if([[${!order.shotCanYn.equals('Y') or order.shotCartList.size() < 1}]]) {
+			if([[${!order.shotCanYn.equals('Y')}]]) {
 				$(".shotDelvSelect").hide();
 			}