Showing
1 changed file
with
0 additions
and
3 deletions
@@ -15,11 +15,9 @@ | @@ -15,11 +15,9 @@ | ||
15 | <LayoutRecycleList :size="10" :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" #item="{ data }"> | 16 | <template class="article-item" #item="{ data }"> |
17 | <ArticleItem | 17 | <ArticleItem |
18 | - :id="`item${data.index}`" | ||
19 | :type="type" | 18 | :type="type" |
20 | :index="data.index" | 19 | :index="data.index" |
21 | :data="data.data" | 20 | :data="data.data" |
22 | - :data-id="data.data.articleId" | ||
23 | :share="share" | 21 | :share="share" |
24 | @on-follow="follow => onFollow(data.data, follow)" | 22 | @on-follow="follow => onFollow(data.data, follow)" |
25 | @on-resize="onResize" | 23 | @on-resize="onResize" |
@@ -27,7 +25,6 @@ | @@ -27,7 +25,6 @@ | ||
27 | @on-show-guang="onShowGuang" | 25 | @on-show-guang="onShowGuang" |
28 | @on-show-comment="onShowComment" | 26 | @on-show-comment="onShowComment" |
29 | @on-show-more="onShowMore"></ArticleItem> | 27 | @on-show-more="onShowMore"></ArticleItem> |
30 | - <div :id="`ph${data.index}`"></div> | ||
31 | </template> | 28 | </template> |
32 | </LayoutRecycleList> | 29 | </LayoutRecycleList> |
33 | </Layout> | 30 | </Layout> |
-
Please register or login to post a comment