update code

prv
haha 2024-01-18 22:16:39 +08:00
parent 4dee34f05a
commit 837f3fe9e1
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ export default {
methods: {
playVideo(it){
this.info=it;
this.info=null;
setTimeout(()=>{
this.info=it;
},400)
},
loadData() {
this.info=null;