From 8b21a232febdbb33460d4aba47dcf96c336af89c Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 30 Jun 2025 16:29:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3919=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=B5=84=E8=AE=AF=E2=80=94?= =?UTF-8?q?=E6=A5=BC=E4=B8=BB=E5=9B=9E=E5=A4=8D=E6=9C=AA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=9C=A8=E8=AF=A5=E8=AF=84=E8=AE=BA=E4=B8=8B=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/message.vue | 1 + 1 file changed, 1 insertion(+) 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 => {