fix: resolve #247

This commit is contained in:
Hakadao
2024-02-14 02:00:01 +08:00
parent b2ac3b3844
commit bcdd87092f
2 changed files with 6 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ function jumpToLoginPage() {
:published-timestamp="video.pubdate"
:bvid="video.bvid"
:cid="video.cid"
:uri="video.uri"
show-preview
/>
</template>
@@ -191,7 +192,8 @@ function jumpToLoginPage() {
:bvid="video.bvid"
:view-str="video.cover_left_text_1"
:danmaku-str="video.cover_left_text_2"
:cid="video?.player_args?.cid "
:cid="video?.player_args?.cid"
:uri="video.uri"
show-preview
/>
</template>