...
|
...
|
@@ -27,8 +27,8 @@ |
|
|
<div :id="`ph${data.index}`"></div>
|
|
|
</template>
|
|
|
</LayoutRecycleList>
|
|
|
<div class="thumbs">
|
|
|
<slot name="thumb" v-if="showThumb"></slot>
|
|
|
<div class="thumbs" v-if="showThumb">
|
|
|
<slot name="thumb"></slot>
|
|
|
</div>
|
|
|
</Layout>
|
|
|
<ArticleActionSheet v-if="showArticleDetailAction" ref="actionSheet"></ArticleActionSheet>
|
...
|
...
|
|