修改拖拽视频send参数

This commit is contained in:
nisen
2023-11-03 15:32:05 +08:00
parent c34546ae3f
commit c67e5b3ee0

View File

@@ -452,10 +452,10 @@
onPlayerSendTime(sendTime){
console.log(sendTime,'发送的时间');
let postData={
"key": "StudyCourseOther",//课程学习的key
"title": "非音视频课内容",//事件的标题
"key": "StudyCourse",//课程学习的key
"title": "学习课程",//事件的标题
"parameters":"second:" + Math.floor(sendTime),//second:value 本次的学习时长
"content": "学习课程",//事件的内容
"content": "学习课程【"+this.courseInfo.name+"】",//事件的内容
"objId": this.courseInfo.id,//课程的id
"objType": "1",//类型
"source":"page",