Pārlūkot izejas kodu

统计分类参数

jsonwang 3 gadi atpakaļ
vecāks
revīzija
dfbfb71435

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQSelecteMusicView.swift

@@ -339,7 +339,7 @@ extension PQSelecteMusicView: UICollectionViewDelegate, UICollectionViewDataSour
             playStuckPointMusic(itemData:music)
             selectMusicCollection.reloadData()
             
-            PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_shanyinApp_musicVideoPreview_musicCategorySelect, pageSource: .sp_shanyinApp_main, extParams: ["categoryName":music.tagsInfo?.tagName,"categoryId":music.tagsInfo?.tagId], remindmsg: "")
+            PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_shanyinApp_musicVideoPreview_musicCategorySelect, pageSource: .sp_shanyinApp_main, extParams: ["categoryName":currentSelectTag?.tagName ?? "","categoryId":currentSelectTag?.tagId ?? ""], remindmsg: "")
 
             if didSelectItemHandle != nil {
                 didSelectItemHandle!(music.voiceStatue == .isPlaying)