This commit is contained in:
曹辉 2023-05-04 14:58:11 +08:00
parent 8b6550426a
commit 5a4e7c7c9e
2 changed files with 6 additions and 2 deletions

View File

@ -162,7 +162,9 @@
}) })
this.videoerroshow = false this.videoerroshow = false
this.videoshow = false this.videoshow = false
setTimeout(e => {
this.videoitem.videoshow = false this.videoitem.videoshow = false
}, 2000)
}, },
//novideoplay //novideoplay
novideoplay() { novideoplay() {

View File

@ -155,7 +155,9 @@
duration: '2000' duration: '2000'
}) })
this.videoshow = false this.videoshow = false
setTimeout(e => {
this.videoitem.videoshow = false this.videoitem.videoshow = false
}, 2000)
}, },
// //
videoplays() { videoplays() {