Browse Source

소팅정렬 수정

bin2107 5 năm trước cách đây
mục cha
commit
697e759f68
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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();
 }