Browse Source

统计分类参数

jsonwang 3 years ago
parent
commit
dfbfb71435
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFFramework/Classes/Stuckpoint/View/PQSelecteMusicView.swift

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