Fix:3919 【商城小程序】资讯—楼主回复未显示在该评论下方

This commit is contained in:
linxi
2025-06-30 16:29:41 +08:00
parent 3a0809dd22
commit 8b21a232fe
+1
View File
@@ -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 => {