Browse Source

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

jsonwang 3 years ago
parent
commit
710c3ffc35
1 changed files with 1 additions and 1 deletions
  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 ?? "")                                            "
         }
     }