Fix:4005 【商城小程序】楼主通过互动消息列表回复评论时,未显示在该评论下方
This commit is contained in:
@@ -214,7 +214,8 @@ export default {
|
|||||||
contentId: this.currentComment.contentId, // 评论的目标内容ID,必传
|
contentId: this.currentComment.contentId, // 评论的目标内容ID,必传
|
||||||
contentType: 'hotelNews', // 评论的目标内容类型,必传(店铺资讯传入值hotelNews)
|
contentType: 'hotelNews', // 评论的目标内容类型,必传(店铺资讯传入值hotelNews)
|
||||||
reply: this.content, // 评论内容,必传
|
reply: this.content, // 评论内容,必传
|
||||||
atUid: this.currentComment.senderUid // @的用户ID
|
atUid: this.currentComment.senderUid, // @的用户ID
|
||||||
|
parentReplyId: this.currentComment.parentReplyId // 回复的评论ID
|
||||||
}
|
}
|
||||||
replyMessage(params).then(res => {
|
replyMessage(params).then(res => {
|
||||||
this.fetchList() // 查询消息列表
|
this.fetchList() // 查询消息列表
|
||||||
|
|||||||
Reference in New Issue
Block a user