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