Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec61e74

Browse filesBrowse files
committed
更新书籍详情 header
1 parent a431353 commit ec61e74
Copy full SHA for ec61e74

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎src/components/productsDetailInfo/productsHeader.vue

Copy file name to clipboardExpand all lines: src/components/productsDetailInfo/productsHeader.vue
+2-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.