diff --git a/pkg_common/views/message.vue b/pkg_common/views/message.vue index 5b373f8..d8d8db3 100644 --- a/pkg_common/views/message.vue +++ b/pkg_common/views/message.vue @@ -214,7 +214,8 @@ export default { contentId: this.currentComment.contentId, // 评论的目标内容ID,必传 contentType: 'hotelNews', // 评论的目标内容类型,必传(店铺资讯传入值hotelNews) reply: this.content, // 评论内容,必传 - atUid: this.currentComment.senderUid // @的用户ID + atUid: this.currentComment.senderUid, // @的用户ID + parentReplyId: this.currentComment.parentReplyId // 回复的评论ID } replyMessage(params).then(res => { this.fetchList() // 查询消息列表