Skip to content

Commit

Permalink
修改了music的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Coco-cute committed Jul 13, 2021
1 parent fcb6347 commit 9e4863f
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 188 deletions.
5 changes: 1 addition & 4 deletions src/components/MyMusic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Tab from './components/Table.vue'
export default {
data(){
return{
list1: nul,
list1: Tab.data().items,
}
},
Expand All @@ -28,9 +28,6 @@ export default {
methods: {
Playl(_url){
this.$refs.child.Imgplay(_url);
// let x=this.$refs.aud1;
// x.src=_url;
}
},
created(){
Expand Down
Loading

0 comments on commit 9e4863f

Please sign in to comment.