fix: bugs

This commit is contained in:
qier222 2021-04-28 13:44:19 +08:00
parent fa9f2d9785
commit 95f22f47fe
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
11 changed files with 50 additions and 56 deletions

View file

@ -80,7 +80,7 @@ export default {
if (e.target.tagName === 'INPUT') return false;
if (this.$route.name === 'mv') return false;
e.preventDefault();
this.player.play();
this.player.playOrPause();
}
},
fetchData() {