博客评价开关优化
parent
86ecc6bcd2
commit
3748b991e4
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue