mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 19:37:35 +08:00
@@ -54,7 +54,7 @@
|
||||
<SvgIcon name="Update" :depth="3" />
|
||||
<n-text>{{ formatTimestamp(playlistDetailData.updateTime) }}</n-text>
|
||||
</div>
|
||||
<div v-else-if="playlistDetailData.createTime" class="item">
|
||||
<div v-if="playlistDetailData.createTime" class="item">
|
||||
<SvgIcon name="Time" :depth="3" />
|
||||
<n-text>{{ formatTimestamp(playlistDetailData.createTime) }}</n-text>
|
||||
</div>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<SvgIcon name="Update" :depth="3" />
|
||||
<n-text>{{ formatTimestamp(playlistDetailData.updateTime) }}</n-text>
|
||||
</div>
|
||||
<div v-else-if="playlistDetailData.createTime" class="item">
|
||||
<div v-if="playlistDetailData.createTime" class="item">
|
||||
<SvgIcon name="Time" :depth="3" />
|
||||
<n-text>{{ formatTimestamp(playlistDetailData.createTime) }}</n-text>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user