Explorar el Código

修改两个字歌名 显示错误问题

jsonwang hace 3 años
padre
commit
710c3ffc35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

+ 1 - 1
MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

@@ -190,7 +190,7 @@ class MVBannerCell: UICollectionViewCell {
             musicNameLab.text = "\(videoData?.reCreateVideoData?.rhythmMusicName ?? "")  "
         } else {
             musicNameLab.stop()
-            musicNameLab.text = "\(videoData?.reCreateVideoData?.rhythmMusicName ?? "")                                  "
+            musicNameLab.text = "\(videoData?.reCreateVideoData?.rhythmMusicName ?? "")                                            "
         }
     }