update: 期刊页面歌曲右侧点击跳转到下载页

main
fadeaway 6 months ago
parent 064c1df294
commit 3609387f1f

@ -26,8 +26,10 @@ export default function SongItem(props: { data: ISong }) {
setPlaying?.(curSong?.id !== id ? true : !playing);
};
// 点击右侧图标,弹出弹窗
const handleBudsClick = () => {};
// 点击右侧图标,弹出弹窗(目前先跳转到下载页)
const handleBudsClick = () => {
router.push('/download');
};
return (
<div className="flex items-center py-[12px]">

Loading…
Cancel
Save