cloudroam
2025-07-17 f3ea52bf97e61f6917ccaab904817d74d9d4860c
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,