瀏覽代碼

添加二级标题

asd123a20 1 年之前
父節點
當前提交
22d08f3c9c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/details.vue

+ 1 - 0
src/views/details.vue

@@ -3,6 +3,7 @@
     <breadcrumb ref="breadcrumb"></breadcrumb>
     <div ref="detailsHome" class="detailsHome" v-if="contentsItem">
       <img class="thumbnail" v-if="isshow" :src="contentsItem.thumbnail">
+      <h4 class="title" v-if="contentsItem && contentsItem.twoTitle">{{ contentsItem.twoTitle }}</h4>
       <h2 class="title">{{ contentsItem.title }}</h2>
       <h4 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h4>
       <!-- <span class="describe">{{ contentsItem.describe }}</span> -->