Explorar o código

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

jsonwang %!s(int64=3) %!d(string=hai) anos
pai
achega
710c3ffc35

+ 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 ?? "")                                            "
         }
     }