浏览代码

添加收藏时间

reghao 3 年之前
父节点
当前提交
a80535a04f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/card/collection-card.vue

+ 3 - 0
src/components/card/collection-card.vue

@@ -15,6 +15,9 @@
         <p class="text-over" style="font-size: 15px; margin-bottom: 0px;color: black;">
           <router-link :to="`/video/${videoInfo.videoId}`" style="color: black;"> {{ videoInfo.title }} </router-link>
         </p>
+        <p>
+          收藏于: {{ videoInfo.createAt }}
+        </p>
       </v-col>
     </v-row>
   </div>