From 5c14eb6e1ec28cc7d71bb42763842bfb991aeb5a Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 9 Jul 2025 16:48:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4005=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=E6=A5=BC=E4=B8=BB=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E4=BA=92=E5=8A=A8=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E8=AF=84=E8=AE=BA=E6=97=B6=EF=BC=8C=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=9C=A8=E8=AF=A5=E8=AF=84=E8=AE=BA=E4=B8=8B?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/message.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() // 查询消息列表