修改
This commit is contained in:
parent
8b6550426a
commit
5a4e7c7c9e
@ -162,7 +162,9 @@
|
|||||||
})
|
})
|
||||||
this.videoerroshow = false
|
this.videoerroshow = false
|
||||||
this.videoshow = false
|
this.videoshow = false
|
||||||
this.videoitem.videoshow = false
|
setTimeout(e => {
|
||||||
|
this.videoitem.videoshow = false
|
||||||
|
}, 2000)
|
||||||
},
|
},
|
||||||
//novideoplay未购买
|
//novideoplay未购买
|
||||||
novideoplay() {
|
novideoplay() {
|
||||||
|
|||||||
@ -155,7 +155,9 @@
|
|||||||
duration: '2000'
|
duration: '2000'
|
||||||
})
|
})
|
||||||
this.videoshow = false
|
this.videoshow = false
|
||||||
this.videoitem.videoshow = false
|
setTimeout(e => {
|
||||||
|
this.videoitem.videoshow = false
|
||||||
|
}, 2000)
|
||||||
},
|
},
|
||||||
//视频播放
|
//视频播放
|
||||||
videoplays() {
|
videoplays() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user