修复bug
Showing
1 changed file
with
7 additions
and
7 deletions
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | <div class="m-e-content" @click="goAudioDetail"> | 3 | <div class="m-e-content" @click="goAudioDetail"> |
4 | <img :src="coverUrl" class="covor" /> | 4 | <img :src="coverUrl" class="covor" /> |
5 | <span class="title" v-if="name">{{ name }}</span> | 5 | <span class="title" v-if="name">{{ name }}</span> |
6 | <span class="title" v-else="name">未命名音乐文件</span> | 6 | <span class="title" v-else>未命名音乐文件</span> |
7 | <!-- <div style="position: absolute; right: 15px"> | 7 | <!-- <div style="position: absolute; right: 15px"> |
8 | <u-icon name="list" color="#fff" size="32"></u-icon> | 8 | <u-icon name="list" color="#fff" size="32"></u-icon> |
9 | 9 | ||
... | @@ -46,12 +46,12 @@ export default { | ... | @@ -46,12 +46,12 @@ export default { |
46 | console.log("in goAudioDetail"); | 46 | console.log("in goAudioDetail"); |
47 | // this.$emit("goAudioDetail"); | 47 | // this.$emit("goAudioDetail"); |
48 | }, | 48 | }, |
49 | previewImage() { | 49 | // previewImage() { |
50 | uni.previewImage({ | 50 | // uni.previewImage({ |
51 | current: 0, | 51 | // current: 0, |
52 | urls: [this.imagePath], | 52 | // urls: [this.imagePath], |
53 | }); | 53 | // }); |
54 | }, | 54 | // }, |
55 | }, | 55 | }, |
56 | computed: { | 56 | computed: { |
57 | audioUrl() { | 57 | audioUrl() { | ... | ... |
-
Please register or sign in to post a comment