cloudroam
2025-08-07 500078714411487af00161e01bd7e0b5efdc3414
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,