提交 5da6a009 编写于 作者: lyf's avatar lyf

图文

上级 a4668e57
...@@ -62,10 +62,11 @@ export default { ...@@ -62,10 +62,11 @@ export default {
watch:{ watch:{
musicList(newv, oldv) { musicList(newv, oldv) {
this.musicArr = newv; this.musicArr = newv;
console.log('this.musicArr',this.musicAr)
} }
}, },
computed: { computed: {
}, },
methods: { methods: {
musicUrl(item) { musicUrl(item) {
...@@ -84,7 +85,7 @@ export default { ...@@ -84,7 +85,7 @@ export default {
this.loading = false this.loading = false
clearTimeout(time) clearTimeout(time)
},1000) },1000)
}, },
sucess(response, file, fileList) { sucess(response, file, fileList) {
this.musicArr = fileList; this.musicArr = fileList;
...@@ -167,4 +168,4 @@ export default { ...@@ -167,4 +168,4 @@ export default {
display: inline-block; display: inline-block;
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册