Browse Source

1,删除不使用代码 2, 添加统计

jsonwang 3 years ago
parent
commit
b9b40db733

+ 5 - 8
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -345,14 +345,6 @@ class PQStuckPointPublicController: PQBaseViewController {
         return bottomOprationBgView
     }()
     
-    ///编辑标题部分
-    lazy var editTitleBgView: UIView = {
-        let editTitleBgView = UIView(frame: CGRect(x: 0, y: cDevice_iPhoneNavBarAndStatusBarHei, width: cScreenWidth, height: view.frame.height - cDevice_iPhoneNavBarAndStatusBarHei))
-        editTitleBgView.backgroundColor = cShadowColor
-        return editTitleBgView
-    }()
-    
- 
 
     override func backBtnClick() {
         if isExportSuccess {
@@ -1165,6 +1157,9 @@ extension PQStuckPointPublicController {
         BFLog(message: "点击输入框")
         pinView.isHidden = true
         publicTitleView.isHidden = false
+        
+        
+        PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_weapp_musicVideoCreate_post_changeTitle, pageSource: .sp_user_music_videos_create_post, extParams:  ["videoId":videoData?.uniqueId ?? ""], remindmsg: "")
     }
     
     @objc func settingCoverImage() {
@@ -1183,6 +1178,8 @@ extension PQStuckPointPublicController {
             self?.uploadData?.image  = imageData
             self?.updateCoverImagegOrTitle()
         }
+        
+        PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_weapp_musicVideoCreate_post_changeCover, pageSource: .sp_user_music_videos_create_post, extParams:  ["videoId":videoData?.uniqueId ?? ""], remindmsg: "")
    
     }