This commit is contained in:
曹辉 2023-04-26 16:49:42 +08:00
parent 58b3b2392c
commit 383d44c4d5
2 changed files with 2 additions and 6 deletions

View File

@ -109,9 +109,7 @@
duration: '2000' duration: '2000'
}) })
this.videoerroshow = false this.videoerroshow = false
setTimeout(e => { this.videoshow = false
this.videoshow = false
}, 1000)
}, },
//novideoplay //novideoplay
novideoplay() { novideoplay() {

View File

@ -107,9 +107,7 @@
duration: '2000' duration: '2000'
}) })
this.videoerroshow = false this.videoerroshow = false
setTimeout(e => { this.videoshow = false
this.videoshow = false
}, 1000)
}, },
// //
videoplay(item) { videoplay(item) {