mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: #13
This commit is contained in:
@@ -152,15 +152,15 @@ function jumpToLoginPage() {
|
||||
<VideoCard
|
||||
v-for="(video, index) in appVideoList"
|
||||
:key="index"
|
||||
:duration="video.duration ?? 0"
|
||||
:duration="video.duration"
|
||||
:title="video.title"
|
||||
:cover="video.cover ?? ''"
|
||||
:author="video.name ?? ''"
|
||||
:author-face="video.face ?? ''"
|
||||
:mid="video.mid ?? 0"
|
||||
:view="video.play ?? 0"
|
||||
:danmaku="video.danmaku ?? 0"
|
||||
:published-timestamp="video.ctime ?? 0"
|
||||
:cover="video.cover"
|
||||
:author="video.name"
|
||||
:author-face="video.face"
|
||||
:mid="video.mid"
|
||||
:view="video.play"
|
||||
:danmaku="video.danmaku"
|
||||
:published-timestamp="video.ctime"
|
||||
:aid="Number(video.param)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user