| 
					
				 | 
			
			
				@@ -103,7 +103,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     [self refreshListPage]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     self.topViewHeight = [ProgramCourseInfoView getViewHeightWithPlanString:self.detailModel.coursePlan]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     [self.infoView configWithSource:self.detailModel]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    [self.pagerView reloadData]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    [self.pagerView resizeTableHeaderViewHeightWithAnimatable:NO duration:0.3f curve:UIViewAnimationCurveEaseInOut]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - (void)configCategoryView:(NSInteger)topHeight { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -122,7 +122,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     self.pagerView.backgroundColor = [UIColor clearColor]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     self.pagerView.mainTableView.backgroundColor = [UIColor clearColor]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     self.pagerView.listContainerView.backgroundColor = [UIColor clearColor]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-//    self.pagerView.mainTableView.gestureDelegate = self; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     self.categoryView.listContainer = (id<JXCategoryViewListContainer>)self.pagerView.listContainerView; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     self.pagerView.listContainerView.listCellBackgroundColor = [UIColor clearColor]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     [self.view addSubview:self.pagerView]; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -182,6 +181,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - (id<JXPagerViewListViewDelegate>)pagerView:(JXPagerView *)pagerView initListAtIndex:(NSInteger)index { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ProgramCourseGroupBodyView *listView = [[ProgramCourseGroupBodyView alloc] init]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     listView.naviController = self.navigationController; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     listView.selectIndex = index; 
			 |