tt0101 4 дней назад
Родитель
Сommit
1f30414414
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/cultureDetail.vue

+ 1 - 1
src/views/cultureDetail.vue

@@ -7,7 +7,7 @@
       <div class="title">央企文化</div>
     </div>
     <div class="content">
-      <div class="title">{{newsDetail.title}}</div>
+      <!-- <div class="title">{{newsDetail.title}}</div> -->
       <template v-if="processedContent.type === 'iframe'">
         <iframe :src="processedContent.url" frameborder="0" class="content-iframe"></iframe>
       </template>