Pārlūkot izejas kodu

新闻资讯时间修改

tanxue 4 gadi atpakaļ
vecāks
revīzija
2b097c38d4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -178,7 +178,7 @@
           <img :src="item.pic" alt="新闻资讯"  @click="checkInfo(item)"/>
           <div class="newsInfo-card-content"  @click="checkInfo(item)">
             <h4>{{ item.title }}<i></i></h4>
-            <span>{{ item.yyyy }}{{ item.mmdd }}</span>
+            <span>{{ item.yyyy }}-{{ item.mmdd }}</span>
             <p>{{ item.intro }}</p>
           </div>