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