Steven 6 місяців тому
батько
коміт
3f8bd022a4

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Mine/MineCourse/View/MyCourseSortView/MyCourseRankSortView.m

@@ -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) {