Skip to content

Commit ec61e74

Browse files
committed
更新书籍详情 header
1 parent a431353 commit ec61e74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/productsDetailInfo/productsHeader.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
</div>
88
<p class="product-title-author">
99
<ul class="author-list">
10-
<li v-for="item in authorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a>&nbsp;</li>
11-
10+
<li v-for="item in authorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a>&nbsp;</li>著
1211
</ul>
1312
<ul class="author-list" v-if="translatorList.length > 0">
14-
<li v-for="item in translatorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a>&nbsp;</li>
15-
13+
<li v-for="item in translatorList"><a rel="author" :href=item.authorLink>{{item.authorName}}</a>&nbsp;</li>译
1614
</ul>
1715
</p>
1816
</div>

0 commit comments

Comments
 (0)