🐞 fix: 修复在歌词界面添加到歌单抽屉被遮挡问题

This commit is contained in:
algerkong
2025-06-28 17:46:24 +08:00
parent 749a2a69c4
commit 2f339b1373
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -125,6 +125,8 @@ const currentSongId = ref<number | undefined>();
const openPlaylistDrawer = (songId: number, isOpen: boolean = true) => {
currentSongId.value = songId;
showPlaylistDrawer.value = isOpen;
playerStore.setMusicFull(false);
playerStore.setPlayListDrawerVisible(!isOpen);
};
// 将方法提供给全局