@@ -256,7 +256,7 @@
if (!_navView) {
_navView = [CourseGroupNavView sharedInstance];
MJWeakSelf;
- [_navView configWithNavTitle:@"VIP定制课设置" callback:^{
+ [_navView configWithNavTitle:@"琴房课详情" callback:^{
[weakSelf backAction];
}];
}
@@ -8,7 +8,7 @@
#import <UIKit/UIKit.h>
#import "CourseGroupDetailModel.h"
-typedef void(^ProgramPlanAction)();
+typedef void(^ProgramPlanAction)(void);
NS_ASSUME_NONNULL_BEGIN
@@ -197,7 +197,6 @@
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// 课程组详情
- // 课程详情
ProgramCourseGroupModel *model = self.dataArray[indexPath.row];
MusicRoomGroupViewController *ctrl = [[MusicRoomGroupViewController alloc] init];
ctrl.courseGroupId = [NSString stringWithFormat:@"%.0f",model.courseGroupId];