components/comment/comment-popup.vue
@@ -200,7 +200,7 @@ // 构建评论数据 const commentData = { ...comment.value, parentId: props.parentId || undefined, // 如果有parentId则使用,没有则为undefined parentId: props.parentId || void 0, // 如果有parentId则使用,没有则为undefined filmId: props.filmId, content: comment.value.content, fileList: comment.value.fileList,