diff --git a/pkg_common/views/message.vue b/pkg_common/views/message.vue index befce58..a201a49 100644 --- a/pkg_common/views/message.vue +++ b/pkg_common/views/message.vue @@ -177,6 +177,7 @@ export default { contentId: this.currentComment.contentId, // 评论的目标内容ID,必传 contentType: 'hotelNews', // 评论的目标内容类型,必传(店铺资讯传入值hotelNews) reply: this.content, // 评论内容,必传 + parentReplyId: this.currentComment.parentReplyId, atUid: this.currentComment.senderUid // @的用户ID } replyMessage(params).then(res => {