修复了首页tab 跟随后台配置
This commit is contained in:
@@ -115,7 +115,8 @@ UIKIT_EXTERN NSString *kHomeMoreScrollPageKey;
|
||||
- (JXCategoryListContainerView *)listContainerView {
|
||||
if (!_listContainerView) {
|
||||
_listContainerView = [[JXCategoryListContainerView alloc] initWithType:JXCategoryListContainerType_ScrollView delegate:self];
|
||||
_listContainerView.scrollView.scrollEnabled = NO;
|
||||
_listContainerView.scrollView.scrollEnabled = YES;
|
||||
_listContainerView.scrollView.tag = 1000;
|
||||
_listContainerView.listCellBackgroundColor = [UIColor clearColor];
|
||||
}
|
||||
return _listContainerView;
|
||||
|
Reference in New Issue
Block a user