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