Explorar o código

添加收藏时间

reghao %!s(int64=3) %!d(string=hai) anos
pai
achega
a80535a04f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>