Преглед на файлове

曲目标签显示和隐藏

Steven преди 11 месеца
родител
ревизия
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;