Browse Source

Merge remote-tracking branch 'origin/develop' into xodud1202

xodud lee 4 năm trước cách đây
mục cha
commit
ffe554bd42

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
src/main/webapp/WEB-INF/views/mob/error/InaccessMob.html


+ 9 - 7
src/main/webapp/WEB-INF/views/mob/planning/PlanningDetailFormMob.html

@@ -1029,7 +1029,7 @@ var fnCornerClick = function(obj,obj2) {
 	$("#filter").text(obj2);
 	var offset = $('.dp_listItems_wrap.type'+obj).offset(); //선택한 태그의 위치를 반환
 	//animate()메서드를 이용해서 선택한 태그의 스크롤 위치를 지정해서 0.4초 동안 부드럽게 해당 위치로 이동함 
-	$('html').animate({scrollTop :  offset.top - 77}, 400);
+	$('html').animate({scrollTop :  offset.top - 60}, 400);
 } 
 
 //상품평 상세 레이어 호출후 콜백에서 호출하므로 여기에 있어야함
@@ -1225,8 +1225,8 @@ $(document).ready(function(){
 	$(".close-modal").click(function() {
 		$("#photo_full_popup").modal("hide");
 	}); */
-    
-	// 210415_드롭박스 상단고정
+
+	// 210602_드롭박스 상단고정
 	var itemTopTxt=$('.dp .dp_listItems_wrap.type1 .dp_subtitle').text();
 	var itemTop2Txt=$('.dp .dp_listItems_wrap.type2 .dp_subtitle').text();
 	var itemTop3Txt=$('.dp .other_promotion_slide .dp_subtitle').text();
@@ -1243,12 +1243,14 @@ $(document).ready(function(){
 			$('.dp .dp_listItems_wrap .items_option #filter').text(itemTopTxt);
 		} else if(scrollTop >= itemTop2 && scrollTop < itemTop3) {
 			$('.dp .dp_listItems_wrap .items_option #filter').text(itemTop2Txt);
-		} else if(scrollTop >= itemTop3) {
-			$('.dp .dp_listItems_wrap .items_option #filter').text(itemTop3Txt);
-		} else {
+		}
+		// else if(scrollTop >= itemTop3) {
+		// 	$('.dp .dp_listItems_wrap .items_option #filter').text(itemTop3Txt);
+		// }
+		else {
 			$('.dp .dp_listItems_wrap .items_option').removeClass('fix');
 			$('.dp .dp_listItems_wrap .items_option').closest('.inner').css('padding-top', '0');
-			$('.dp .dp_listItems_wrap .items_option #filter').text('모이몰른');
+			// $('.dp .dp_listItems_wrap .items_option #filter').text('모이몰른');
 		}
 		if($(window).scrollTop() + $(window).height() == $(document).height()) {
 			$('.dp .dp_listItems_wrap .items_option').css('display', 'none');

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác