cloudroam
10 天以前 05316275ee6f1623cc022a3cb4967a440c105a6b
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,