修复了首页tab 跟随后台配置

This commit is contained in:
fengshuo
2022-03-07 19:32:44 +08:00
parent 4a2df3b7e8
commit b4a8c7de2d
12 changed files with 84 additions and 42 deletions

View File

@@ -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;