|
@@ -559,6 +559,7 @@ export default {
|
|
|
this.livePlay = false
|
|
|
// 未开始
|
|
|
console.log('结束直播');
|
|
|
+ this.postStudyRecord(1);
|
|
|
}
|
|
|
},
|
|
|
closePlv(){
|
|
@@ -867,10 +868,9 @@ export default {
|
|
|
currentTime = polyvPlayerContext.getCurrentTime(); //录播回放
|
|
|
}
|
|
|
if(this.playChannelId>0){
|
|
|
- currentTime = 2;//直播
|
|
|
+ currentTime = 2;//直播无法获取,无论开始结束都传2秒
|
|
|
}
|
|
|
let self = this;
|
|
|
- console.log(self.ossAvatarUrl,"准备提交学习记录")
|
|
|
let data = {
|
|
|
photo: self.ossAvatarUrl,
|
|
|
sectionId: parseInt(sectionId),
|