mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
修改拖拽视频send参数
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user