fix: 恢复新闻详情页底部评论组件显示

This commit is contained in:
34701892@qq.com 2025-09-27 17:56:28 +08:00
parent 653f9a8f5e
commit 6aed6ace2d
1 changed files with 1 additions and 5 deletions

View File

@ -23,11 +23,7 @@
/> -->
<!-- 底部栏 评论 / 收藏 -->
<!-- <Comment
:data="data"
@handleClickLike="handleClickLike"
@handleClickStar="handleClickStar"
/> -->
<Comment :data="data" @handleClickLike="handleClickLike" @handleClickStar="handleClickStar" />
</view>
</template>