익명게시글 댓글, 대댓글 비밀번호 수정중
This commit is contained in:
parent
66fb1f204e
commit
e5a55910da
@ -93,7 +93,8 @@ function handleCommentSubmit() {
|
|||||||
emit('submitComment', {
|
emit('submitComment', {
|
||||||
comment: comment.value,
|
comment: comment.value,
|
||||||
password: isCheck.value ? password.value : '',
|
password: isCheck.value ? password.value : '',
|
||||||
isCheck: isCheck.value
|
isCheck: isCheck.value,
|
||||||
|
// authorId: isCheck.value ? null : currentUserId.value, // 익명 체크되면 ID null 처리
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user