Showing
1 changed file
with
1 additions
and
1 deletions
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | <WidgetFollow :share="share" class="widget-follow" :author-uid="currentAuthor.authorUid" :follow="currentAuthor.hasAttention === 'Y'" @on-follow="follow => onFollow(currentAuthor, follow)"></WidgetFollow> | 12 | <WidgetFollow :share="share" class="widget-follow" :author-uid="currentAuthor.authorUid" :follow="currentAuthor.hasAttention === 'Y'" @on-follow="follow => onFollow(currentAuthor, follow)"></WidgetFollow> |
13 | </template> | 13 | </template> |
14 | </LayoutHeader> | 14 | </LayoutHeader> |
15 | - <LayoutRecycleList :size="20" :thumbs="thumbs" ref="scroll" @scroll="onScroll" :offset="2000" :on-fetch="onFetch"> | 15 | + <LayoutRecycleList :size="10" :thumbs="thumbs" ref="scroll" @scroll="onScroll" :offset="2000" :on-fetch="onFetch"> |
16 | <template class="article-item" v-slot:item="{ data }"> | 16 | <template class="article-item" v-slot:item="{ data }"> |
17 | <ArticleItem | 17 | <ArticleItem |
18 | :id="`item${data.index}`" | 18 | :id="`item${data.index}`" |
-
Please register or login to post a comment