diff --git a/src/components/AudioPlayer/Player.tsx b/src/components/AudioPlayer/Player.tsx index 6694f8e..cc734d7 100644 --- a/src/components/AudioPlayer/Player.tsx +++ b/src/components/AudioPlayer/Player.tsx @@ -236,11 +236,9 @@ export default function AudioPlayer({
{/* 收藏歌曲 */} - - + {!!audio?.id && } {/* 播放顺序 */} {playListInfo.type !== 'fm' && } -