Parcourir la source

Merge branch 'develop' of http://112.172.147.34:4936/style24/style24.front into develop

jsshin il y a 5 ans
Parent
commit
ce18eb9127

+ 1 - 0
src/main/webapp/WEB-INF/views/mob/goods/GoodsDetailFormMob.html

@@ -1301,6 +1301,7 @@
 					}
 				}else{
 					$obj = $('.pop_option_select .select_custom.item_opt1.item_opt1_1');
+					ridx = 1;  // 입점은 1로 고정
 				}	
 			//	$obj.html('');
 			//	$obj.append(tag);

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

@@ -1304,6 +1304,7 @@
 					
 				}else{
 					$obj = $('.form_field .select_custom.item_opt2.item_opt2_1');
+					ridx = 1;  // 입점은 1로 고정
 				}	
 				
 				$.each(result.dataList, function(idx, item) {