|
@@ -1091,13 +1091,13 @@ extension PQStuckPointPublicController {
|
|
|
|
|
|
backBtnClick()
|
|
|
|
|
|
-// if sender.isSelected {
|
|
|
-// // 点击上报:完成
|
|
|
-// PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_click_finished, pageSource: .sp_stuck_publishSyncedUp, extParams: ["videoId": videoData?.uniqueId ?? ""], remindmsg: "卡点视频数据上报-(点击上报:完成)")
|
|
|
+
|
|
|
+ // 点击上报:完成
|
|
|
+ PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_click_finished, pageSource: .sp_stuck_publishSyncedUp, extParams: ["videoId": videoData?.uniqueId ?? ""], remindmsg: "卡点视频数据上报-(点击上报:完成)")
|
|
|
// navigationController?.viewControllers = [(navigationController?.viewControllers.first)!]
|
|
|
// // 发送通知
|
|
|
// postNotification(name: cFinishedPublishedNotiKey)
|
|
|
-// }
|
|
|
+
|
|
|
default:
|
|
|
break
|
|
|
}
|
|
@@ -1162,7 +1162,7 @@ extension PQStuckPointPublicController {
|
|
|
publicTitleView.isHidden = false
|
|
|
|
|
|
|
|
|
- PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_shanyinApp_clickButton_changeTitle, pageSource: .sp_stuck_publishSyncedUp, extParams: ["videoId":videoData?.uniqueId ?? "","rootPageSource":reCreateData != nil ? "shanyinApp-main-syncedUpMusicRecreate" :"shanyinApp-main-syncedUpMusic"], remindmsg: "")
|
|
|
+ PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_shanyinApp_clickButton_changeTitle, pageSource: .sp_stuck_publishSyncedUp, eventData: ["videoId":videoData?.uniqueId ?? "","rootPageSource":reCreateData != nil ? "shanyinApp-main-syncedUpMusicRecreate" :"shanyinApp-main-syncedUpMusic"], remindmsg: "")
|
|
|
}
|
|
|
|
|
|
@objc func settingCoverImage() {
|
|
@@ -1194,7 +1194,7 @@ extension PQStuckPointPublicController {
|
|
|
self?.navigationController?.pushViewController(imageSelected, animated: true)
|
|
|
}
|
|
|
|
|
|
- PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_shanyinApp_clickButton_changeCover, pageSource: .sp_stuck_publishSyncedUp, extParams: ["videoId":videoData?.uniqueId ?? "","rootPageSource":reCreateData != nil ? "shanyinApp-main-syncedUpMusicRecreate" :"shanyinApp-main-syncedUpMusic"], remindmsg: "")
|
|
|
+ PQEventTrackViewModel.baseReportUpload(businessType: .bt_buttonClick, objectType: .ot_shanyinApp_clickButton_changeCover, pageSource: .sp_stuck_publishSyncedUp, eventData: ["videoId":videoData?.uniqueId ?? "","rootPageSource":reCreateData != nil ? "shanyinApp-main-syncedUpMusicRecreate" :"shanyinApp-main-syncedUpMusic"], remindmsg: "")
|
|
|
|
|
|
}
|
|
|
|