This commit is contained in:
曹辉 2023-04-26 14:59:30 +08:00
parent 3100488aab
commit 8384e49bd1

View File

@ -79,8 +79,7 @@
}, },
// //
videoshowfalse() { videoshowfalse() {
this.videoitem.watchTime = '00:00:01' 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();