Steven преди 6 месеца
родител
ревизия
3f8bd022a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      KulexiuForStudent/KulexiuForStudent/Module/Mine/MineCourse/View/MyCourseSortView/MyCourseRankSortView.m

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