소스 검색

소팅정렬 수정

bin2107 5 년 전
부모
커밋
697e759f68
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/webapp/biz/goods.js

+ 3 - 1
src/main/webapp/biz/goods.js

@@ -768,7 +768,9 @@ var fnSortingChange = function (obj, sortingType, stat, appGb){
 	gagaInfiniteScroll.pageStatus.loadPage = 1;
 	gagaInfiniteScroll.pageStatus.pageNum = [];
 	gagaInfiniteScroll.pageStatus.sortingType = sortingType;
-
+	$('.list_content .count_wrap').hide();
+	$('#endPage').hide();
+	$('#noFilterData').hide();
 	fnGoodsListSearch();
 }