Authored by 陈峰

commit

... ... @@ -15,11 +15,9 @@
<LayoutRecycleList :size="10" :thumbs="thumbs" ref="scroll" @scroll="onScroll" :offset="2000" :on-fetch="onFetch">
<template class="article-item" #item="{ data }">
<ArticleItem
:id="`item${data.index}`"
:type="type"
:index="data.index"
:data="data.data"
:data-id="data.data.articleId"
:share="share"
@on-follow="follow => onFollow(data.data, follow)"
@on-resize="onResize"
... ... @@ -27,7 +25,6 @@
@on-show-guang="onShowGuang"
@on-show-comment="onShowComment"
@on-show-more="onShowMore"></ArticleItem>
<div :id="`ph${data.index}`"></div>
</template>
</LayoutRecycleList>
</Layout>
... ...