Steven 5 mēneši atpakaļ
vecāks
revīzija
1b21304bf4

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Course/MusicRoom/Controller/MusicRoomGroupViewController.m

@@ -256,7 +256,7 @@
     if (!_navView) {
         _navView = [CourseGroupNavView sharedInstance];
         MJWeakSelf;
-        [_navView configWithNavTitle:@"VIP定制课设置" callback:^{
+        [_navView configWithNavTitle:@"琴房课详情" callback:^{
             [weakSelf backAction];
         }];
     }

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Course/VIPCourse/View/ProgramCourseInfoView.h

@@ -8,7 +8,7 @@
 #import <UIKit/UIKit.h>
 #import "CourseGroupDetailModel.h"
 
-typedef void(^ProgramPlanAction)();
+typedef void(^ProgramPlanAction)(void);
 
 NS_ASSUME_NONNULL_BEGIN
 

+ 0 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Home/MyCourse/View/MusicRoomCourseGroup/MyMusicRoomCourseGroupView.m

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