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