250328 10am

This commit is contained in:
nevermoregb 2025-03-28 10:08:22 +09:00
parent 4a8f74c357
commit 416ec12a20

View File

@ -93,15 +93,15 @@
/> />
</div> </div>
<div v-if="unknown"> <div v-if="unknown">
<!-- 댓글 입력 영역 --> <!-- 댓글 입력 영역 -->
<BoardCommentArea <BoardCommentArea
:profileName="profileName" :profileName="profileName"
:unknown="unknown" :unknown="unknown"
:commentAlert="commentAlert" :commentAlert="commentAlert"
:passwordAlert="passwordAlert" :passwordAlert="passwordAlert"
:maxLength="500" :maxLength="500"
@submitComment="handleCommentSubmit" @submitComment="handleCommentSubmit"
/> />
</div> </div>
</div> </div>
@ -337,7 +337,9 @@
createdAtRaw: comment.LOCCMTRDT, // createdAtRaw: comment.LOCCMTRDT, //
// createdAt: formattedDate(comment.LOCCMTRDT), // () // createdAt: formattedDate(comment.LOCCMTRDT), // ()
// createdAtRaw: new Date(comment.LOCCMTUDT), // // createdAtRaw: new Date(comment.LOCCMTUDT), //
createdAt: formattedDate(comment.LOCCMTUDT) + (comment.content === '삭제된 댓글입니다' && comment.LOCCMTUDT !== comment.LOCCMTRDT ? ' (수정됨)' : ''), // () createdAt:
formattedDate(comment.LOCCMTUDT) +
(comment.content === '삭제된 댓글입니다' && comment.LOCCMTUDT !== comment.LOCCMTRDT ? ' (수정됨)' : ''), // ()
children: [], // children: [], //
updateAtRaw: comment.LOCCMTUDT, updateAtRaw: comment.LOCCMTUDT,
})) }))
@ -728,7 +730,6 @@
closeAllPasswordAreas(); closeAllPasswordAreas();
if (targetComment) { if (targetComment) {
// console.log('',targetComment)
// " ." , // " ." ,
targetComment.content = '댓글이 삭제되었습니다.'; targetComment.content = '댓글이 삭제되었습니다.';
targetComment.author = '알 수 없음'; // targetComment.author = '알 수 없음'; //