|
@@ -3,7 +3,7 @@
|
|
|
<breadcrumb ref="breadcrumb"></breadcrumb>
|
|
|
<img class="thumbnail" v-if="isshow" :src="contentsItem.thumbnail">
|
|
|
<h1 class="title">{{ contentsItem.title }}</h1>
|
|
|
- <h2 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h2>
|
|
|
+ <h3 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h3>
|
|
|
<!-- <span class="describe">{{ contentsItem.describe }}</span> -->
|
|
|
<span class="date">发表时间: {{ contentsItem.updateAt | dates }}<span class="visit">访问量: {{ contentsItem.visit }}</span></span>
|
|
|
<div class="content" v-html="contentsItem.content"></div>
|