From 0a0c7b424474c57f46e57c2445e4c9fa50850cbf Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Mon, 7 Apr 2025 15:38:37 +0900 Subject: [PATCH 1/9] . --- src/stores/useWeatherStore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/useWeatherStore.js b/src/stores/useWeatherStore.js index 862f687..cd58d8e 100644 --- a/src/stores/useWeatherStore.js +++ b/src/stores/useWeatherStore.js @@ -35,7 +35,6 @@ export const useWeatherStore = defineStore('weather', () => { const resData = res.data.data; const raw = resData.weatherInfo; const data = JSON.parse(raw); - console.log(data.list) if (!data || !Array.isArray(data.list) || data.list.length === 0) { console.error('날씨 데이터 형식 오류 또는 없음:', data); return; From ee3027b3e119be3ec870de50f1421541a9ca74a2 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Mon, 7 Apr 2025 15:43:23 +0900 Subject: [PATCH 2/9] =?UTF-8?q?=EB=8C=93=EA=B8=80=20=EB=B2=84=ED=8A=BC=20a?= =?UTF-8?q?ctive=20=EA=B4=80=EB=A0=A8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardView.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index eaaa5f7..f0b5a32 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -451,6 +451,7 @@ passwordAlert.value = ''; commentAlert.value = ''; await fetchComments(); + activeCommentBtnClass(); } else { alert('댓글 작성을 실패했습니다.'); } @@ -496,6 +497,9 @@ const isUnknown = unknown?.unknown ?? false; if (isUnknown) { + closeAllEditTextareas(); + closeAllPasswordAreas(); + activeCommentBtnClass(); togglePassword('delete'); } else { deletePost(); @@ -581,6 +585,8 @@ // 댓글 삭제 버튼 클릭 const deleteComment = async comment => { + acitveButtonType(); //게시글 버튼 클릭 클래스 제거 + closeAllEditTextareas(); const isMyComment = comment.authorId === currentUserId.value; // 익명인 경우 @@ -686,6 +692,7 @@ isEditPushed.value = false; isDeletePushed.value = false; lastClickedButton.value = ''; + isPassword.value = false; } }; From 17c3aefd2b027aa5b778f4a3d2a6fbaec7448927 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Mon, 7 Apr 2025 15:53:07 +0900 Subject: [PATCH 3/9] =?UTF-8?q?=EC=9A=A9=EC=96=B4=EC=A7=91=20=EC=98=81?= =?UTF-8?q?=EC=97=AD=20=EC=A7=A4=EB=A6=BC=20/=EA=B8=80=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=EC=8B=9C=20=EA=B3=84=EC=86=8D=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=ED=95=A0=EB=95=8C=20=EC=98=86=EC=9C=BC=EB=A1=9C=20=EA=B3=84?= =?UTF-8?q?=EC=86=8D=20=EB=8A=98=EC=96=B4=EB=82=A8=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/voteboard/voteCard.vue | 2 +- src/components/wordDict/DictWrite.vue | 10 +++++++++- src/views/wordDict/wordDict.vue | 13 ++++++++++++- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue index f45e24b..165a9a5 100644 --- a/src/components/voteboard/voteCard.vue +++ b/src/components/voteboard/voteCard.vue @@ -33,7 +33,7 @@ -
{{ data.localVote.LOCVOTTTL }} +
{{ data.localVote.LOCVOTTTL }}
{{ data.localVote.formatted_LOCVOTRDT }} ~ {{ data.localVote.formatted_LOCVOTEDT }} diff --git a/src/components/wordDict/DictWrite.vue b/src/components/wordDict/DictWrite.vue index e37b52d..d0fb210 100644 --- a/src/components/wordDict/DictWrite.vue +++ b/src/components/wordDict/DictWrite.vue @@ -49,7 +49,7 @@ @keyup="ValidHandler('title')" />
- +