|
@@ -197,7 +197,6 @@
|
|
|
|
|
|
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
|
|
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
|
|
// 课程组详情
|
|
// 课程组详情
|
|
- // 课程详情
|
|
|
|
ProgramCourseGroupModel *model = self.dataArray[indexPath.row];
|
|
ProgramCourseGroupModel *model = self.dataArray[indexPath.row];
|
|
MusicRoomGroupViewController *ctrl = [[MusicRoomGroupViewController alloc] init];
|
|
MusicRoomGroupViewController *ctrl = [[MusicRoomGroupViewController alloc] init];
|
|
ctrl.courseGroupId = [NSString stringWithFormat:@"%.0f",model.courseGroupId];
|
|
ctrl.courseGroupId = [NSString stringWithFormat:@"%.0f",model.courseGroupId];
|