This commit is contained in:
Folltoshe 2022-11-06 19:57:52 +08:00
parent 2128bfa3c5
commit e449b700f8

View File

@ -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)
// }) // })