Ver Fonte

Merge branch 'master' of https://git.yishihui.com/iOS/Introduce

* 'master' of https://git.yishihui.com/iOS/Introduce:
  1.字幕开关上报
harry há 3 anos atrás
pai
commit
feb24e05a6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Introduce/Record/INIntroduceController.swift

+ 1 - 1
Introduce/Record/INIntroduceController.swift

@@ -78,7 +78,7 @@ class INIntroduceController: BFBaseViewController {
         }
         recordScreenVC.subTitleBtnClickHandle = { isOn in
             // 点击字幕按钮上报
-            BFEventTrackAdaptor.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_captionsButton, pageSource: .sp_speekPage,extParams: isOn ? ["on":true] : ["off" : true],commonParams: commonParams())
+            BFEventTrackAdaptor.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_captionsButton, pageSource: .sp_speekPage,extParams: ["subtitleSwitch":isOn ? "on" : "off"],commonParams: commonParams())
         }
         if assets != nil, (assets?.count ?? 0) > 1 {
             stripSwithView = BFStripSwithView(frame: CGRect(x: (backButton?.frame.maxX ?? 0), y: 0, width: exportBtn.frame.minX - (backButton?.frame.maxX ?? 0) - 10, height: cDevice_iPhoneNavBarHei), items: assets?.count ?? 1,space: 4)