博客评价开关优化

master
gongfuxiang 2023-11-14 16:18:21 +08:00
parent 86ecc6bcd2
commit 3748b991e4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<view :class="theme_view">
<view v-if="(data || null) != null && (data_base || null) != null">
<view class="flex-row jc-sb align-c">
<view class="fw-b">评论 {{ data.comments_count || '' }}</view>
<view v-if="(data_base.is_blog_comments_show || 0) == 1" class="fw-b"> {{ data.comments_count || '' }}</view>
<!-- 点赞评论分享 -->
<view v-if="propType == 'detail'" class="tr blog-comments-bottom-container cr-grey">
<view v-if="(data_base.is_blog_comments_show || 0) == 1" class="item dis-inline-block cr-base" :data-value="'/pages/plugins/blog/comments/comments?id=' + data.id" @tap="url_event">