Browse Source

修改时间显示

asd123a20 2 years ago
parent
commit
7e5e929517
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/details.vue

+ 1 - 1
src/views/details.vue

@@ -6,7 +6,7 @@
       <h3 class="title">{{ contentsItem.title }}</h3>
       <h4 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h4>
       <!-- <span class="describe">{{ contentsItem.describe }}</span> -->
-      <span class="date">发表时间: {{ contentsItem.updateAt | dates }}<span class="visit">访问量: {{ contentsItem.visit }}</span></span>
+      <span class="date">发表时间: {{ contentsItem.date | dates }}<span class="visit">访问量: {{ contentsItem.visit }}</span></span>
       <div class="content" v-html="contentsItem.content"></div>
       <a v-if="contentsItem && contentsItem.annex" :href="contentsItem.annex" :download="contentsItem.annex" target="view_window">下载附件</a>
     </div>