mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改拖拽视频send参数
This commit is contained in:
@@ -452,10 +452,10 @@
|
|||||||
onPlayerSendTime(sendTime){
|
onPlayerSendTime(sendTime){
|
||||||
console.log(sendTime,'发送的时间');
|
console.log(sendTime,'发送的时间');
|
||||||
let postData={
|
let postData={
|
||||||
"key": "StudyCourseOther",//课程学习的key
|
"key": "StudyCourse",//课程学习的key
|
||||||
"title": "非音视频课内容",//事件的标题
|
"title": "学习课程",//事件的标题
|
||||||
"parameters":"second:" + Math.floor(sendTime),//second:value 本次的学习时长
|
"parameters":"second:" + Math.floor(sendTime),//second:value 本次的学习时长
|
||||||
"content": "学习课程",//事件的内容
|
"content": "学习课程【"+this.courseInfo.name+"】",//事件的内容
|
||||||
"objId": this.courseInfo.id,//课程的id
|
"objId": this.courseInfo.id,//课程的id
|
||||||
"objType": "1",//类型
|
"objType": "1",//类型
|
||||||
"source":"page",
|
"source":"page",
|
||||||
|
|||||||
Reference in New Issue
Block a user