Authored by ityuany

兼容全面屏

... ... @@ -56,8 +56,10 @@
</RecycleScrollReveal>
<ArticleDetailFooter ref="footer" class="detail-fixed-footer" :style="`transform: translate3d(0, ${viewMoreArticles ? '100%' : '0'}, 0)`" v-bind="footerData" @on-comment-click="onComment">
<template v-slot:fab>
<ReplaceToHome :scrolling="scrolling" class="back-to-home"></ReplaceToHome>
</template>
<template v-if="articleInfo.sort != 2" v-slot:before>
<div class="footer-comment">
<CommentPlaceholder
ref="commentInput"
... ... @@ -75,7 +77,6 @@
</div>
</template>
<template v-slot:after>
<ReplaceToHome :scrolling="scrolling" class="back-to-home"></ReplaceToHome>
<div v-if="articleProducts.length" class="article-goods">文中商品</div>
<div v-else></div>
</template>
... ...
<template>
<div class="article-footer-wrapper layout-footer-wrap" :style="actionBarStyle">
<slot name="fab"></slot>
<div class="footer-wrapper-content">
<slot name="before"></slot>
<div class="tool-bar">
... ...
{
"name": "yoho-community-web",
"version": "6.9.8-beta22",
"version": "6.9.8-beta23",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...