修改
This commit is contained in:
parent
5c971cc316
commit
d17979d2d1
@ -86,7 +86,9 @@
|
||||
},
|
||||
//关闭播放弹出框
|
||||
videoshowfalse() {
|
||||
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
|
||||
if (this.videoitem.watchTime) {
|
||||
this.videoitem.watchTime = this.formatSeconds(this.videoitem.watchTime)
|
||||
}
|
||||
insertTrainingItemWatchRecord(this.videoitem).then(res => {
|
||||
this.videoitem.watchTime = 0
|
||||
this.info();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user