重庆迈尖科技有限公司
2021-08-18 f35cb784f7edb05b113494e86a00268ef902ae89
BuWanVideo2.0/Recommend/MainBaseController.m
@@ -65,6 +65,7 @@
    self.viewRecommendNav.onRecord = ^{
        @strongify(self)
        LookNoteController *LookNoteLookNoteVC=[[LookNoteController alloc] init];
        [LookNoteLookNoteVC setHidesBottomBarWhenPushed:YES];
        [self.navigationController pushViewController:LookNoteLookNoteVC animated:YES];
    };
}