fix
This commit is contained in:
parent
2128bfa3c5
commit
e449b700f8
@ -44,8 +44,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <play-progress /> -->
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -121,18 +119,6 @@ export default {
|
|||||||
: '^-^'
|
: '^-^'
|
||||||
})
|
})
|
||||||
|
|
||||||
const titleName = computed(() => {
|
|
||||||
return musicInfo.name
|
|
||||||
? musicInfo.name
|
|
||||||
: '^-^'
|
|
||||||
})
|
|
||||||
|
|
||||||
const titleSinger = computed(() => {
|
|
||||||
return musicInfo.singer
|
|
||||||
? musicInfo.singer
|
|
||||||
: '^-^'
|
|
||||||
})
|
|
||||||
|
|
||||||
// onBeforeUnmount(() => {
|
// onBeforeUnmount(() => {
|
||||||
// window.eventHub.emit(eventPlayerNames.setTogglePlay)
|
// window.eventHub.emit(eventPlayerNames.setTogglePlay)
|
||||||
// })
|
// })
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user