Commit 0df052ec by pierce

审核隐藏活动

parent 07a52762
......@@ -137,6 +137,10 @@ typedef NS_ENUM(NSInteger, FUSImAnchorItemType){
// 暂时不要私房设置
// NSArray *section3 = @[@(FUSImAnchorItemTypePrivacyRoomSetting)];
NSArray *section4 = @[@(FUSImAnchorItemTypeBroadcastBuild), @(FUSImAnchorItemTypeActivity)];
if ([NSString isNullWithString:[FUSCacheDataShare shareStore].settingInitDataModel.fusiConfig.activitiesAddress]
|| FUSConfig.sharedInstanced.devConfigs.appStatus) {
section4 = @[@(FUSImAnchorItemTypeBroadcastBuild)];
}
NSArray *itemTypeSectionList = @[section1, section2, section4];
[self.allGroups removeAllObjects];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment