fix(MomentsPop): moment card url not linking the video page

This commit is contained in:
hakadao
2024-04-11 20:50:18 +08:00
parent d5b568c978
commit 0a2d9b97bb

View File

@@ -203,7 +203,7 @@ function pushItemIntoMoments(item: any) {
face: item.desc.user_profile.info.face,
aid: card.aid,
bvid: item.desc.bvid,
url: card.short_link_v2,
url: card.short_link_v2 || `https://www.bilibili.com/video/${item.desc.bvid}`,
ctime: card.ctime,
title: card.title,
cover: card.pic,