update code
parent
4dee34f05a
commit
837f3fe9e1
|
@ -86,7 +86,10 @@ export default {
|
|||
|
||||
methods: {
|
||||
playVideo(it){
|
||||
this.info=it;
|
||||
this.info=null;
|
||||
setTimeout(()=>{
|
||||
this.info=it;
|
||||
},400)
|
||||
},
|
||||
loadData() {
|
||||
this.info=null;
|
||||
|
|
Loading…
Reference in New Issue