From 0a2d9b97bbd3dbb55a6df073939193ef9fc10be8 Mon Sep 17 00:00:00 2001 From: hakadao Date: Thu, 11 Apr 2024 20:50:18 +0800 Subject: [PATCH] fix(MomentsPop): moment card url not linking the video page --- src/components/TopBar/components/MomentsPop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TopBar/components/MomentsPop.vue b/src/components/TopBar/components/MomentsPop.vue index 859f058c..9a96a3c3 100644 --- a/src/components/TopBar/components/MomentsPop.vue +++ b/src/components/TopBar/components/MomentsPop.vue @@ -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,