|
@@ -105,7 +105,7 @@
|
|
|
}];
|
|
|
UILabel *statusLabel = [[UILabel alloc] initWithFrame:CGRectZero];
|
|
|
statusLabel.textColor = HexRGB(0x333333);
|
|
|
- statusLabel.text = @"课程状态";
|
|
|
+ statusLabel.text = @"课程组状态";
|
|
|
statusLabel.font = [UIFont systemFontOfSize:16.0f weight:UIFontWeightMedium];
|
|
|
[self.scrollView addSubview:statusLabel];
|
|
|
[statusLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|