소스 검색

曲目标签显示和隐藏

Steven 9 달 전
부모
커밋
63837eb677
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      KulexiuForTeacher/KulexiuForTeacher/Module/Home/MyCourse/View/VideoCourseGroup/MyVideoGroupListCell.m

+ 1 - 0
KulexiuForTeacher/KulexiuForTeacher/Module/Home/MyCourse/View/VideoCourseGroup/MyVideoGroupListCell.m

@@ -48,6 +48,7 @@
     
     // 曲目
     if (model.musicNum > 0) {
+        self.musicView.hidden = NO;
         self.musicLabel.text = [NSString stringWithFormat:@"%zd首曲目", model.musicNum];
         self.musicRight.constant = 4.0f;
         self.musicLabelLeft.constant = 6.0f;