✨ add comment user info card
This commit is contained in:
@@ -211,6 +211,9 @@ async function replyReplySubmit(point: any) {
|
||||
reply_username: props.item.nickname,
|
||||
reply_to: result.data.reply_to,
|
||||
};
|
||||
if (!comment.replyList.comments) {
|
||||
comment.replyList.comments = []; // 初始化 comments 数组
|
||||
}
|
||||
comment.replyList.comments.unshift(tmpData);
|
||||
comment.commentMap[props.item.id].reply_count++;
|
||||
replyReplyContent.value = "";
|
||||
|
Reference in New Issue
Block a user