@@ -188,7 +188,7 @@
</div>
<!-- 留言点赞模块 -->
- <div id="messgaeBoardCont" v-if="info.auth_ok && !info.report_info.has_chapter">
+ <div id="messgaeBoardCont" v-if="info.auth_ok && (!info.report_info.has_chapter||info.report_detail_show_type===1)">
<LeaveMessage
:info="info"
@like_change="giveOrCancelLike"