Selaa lähdekoodia

曲目标签显示和隐藏

Steven 8 kuukautta sitten
vanhempi
commit
63837eb677

+ 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;