瀏覽代碼

更改新闻列表时间

ming 1 年之前
父節點
當前提交
e4f8fdcc14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      news/index.html

+ 1 - 1
news/index.html

@@ -171,7 +171,7 @@
                                     <div class="img" v-bind:style="{backgroundImage:'url('+item.image+')'}">
                                     </div>
                                     <a class="line-two">{{item.title}}</a>
-                                    <span>{{timeFormatSeconds(item.modifydate?item.modifydate:'')}}</span>
+                                    <span>{{timeFormatSeconds(item.createdate?item.createdate:'')}}</span>
                                 </div>
                             </div>
                         </div>