Fix:4005 【商城小程序】楼主通过互动消息列表回复评论时,未显示在该评论下方

This commit is contained in:
linxi
2025-07-09 16:48:58 +08:00
parent 5a883ff1dc
commit 5c14eb6e1e
+2 -1
View File
@@ -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() // 查询消息列表