Procházet zdrojové kódy

更改新闻列表时间

ming před 1 rokem
rodič
revize
e4f8fdcc14
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>