diff --git a/design/uiux/prototype/02-매장정보등록.html b/design/uiux/prototype/02-매장정보등록.html index 1bce92c..795c414 100644 --- a/design/uiux/prototype/02-매장정보등록.html +++ b/design/uiux/prototype/02-매장정보등록.html @@ -715,11 +715,11 @@ `, - confirmText: '대시보드로 이동', + confirmText: '홈으로 이동', showCancel: false, onConfirm: function() { - // 실시간 대시보드로 이동 (아직 미구현이므로 임시 페이지로) - window.location.href = '21-실시간대시보드.html'; + // 홈 화면으로 이동 + window.location.href = '21.5-홈.html'; } }); }, 1500); diff --git a/design/uiux/prototype/03-이벤트목적선택.html b/design/uiux/prototype/03-이벤트목적선택.html index b3d3bc3..c0b44ed 100644 --- a/design/uiux/prototype/03-이벤트목적선택.html +++ b/design/uiux/prototype/03-이벤트목적선택.html @@ -282,6 +282,7 @@ // 목적 선택 처리 function handlePurposeSelection(value) { selectedPurpose = value; + console.log('선택된 목적:', value); // 모든 카드에서 selected 클래스 제거 purposeCards.forEach(card => { @@ -296,6 +297,9 @@ // 다음 버튼 활성화 nextBtn.disabled = false; + nextBtn.style.opacity = '1'; + nextBtn.style.cursor = 'pointer'; + console.log('다음 버튼 활성화됨'); // 선택 완료 피드백 Toast.success(`${purposeDetails[value].title}이(가) 선택되었습니다.`); @@ -377,7 +381,7 @@ '이벤트 기획 종료', '현재까지 입력한 내용이 저장되지 않습니다. 정말 종료하시겠습니까?', function() { - window.location.href = '21-실시간대시보드.html'; + window.location.href = '21.5-홈.html'; } ); }; diff --git a/design/uiux/prototype/04-AI트렌드분석결과.html b/design/uiux/prototype/04-AI트렌드분석결과.html index 02ce2dd..2c1de21 100644 --- a/design/uiux/prototype/04-AI트렌드분석결과.html +++ b/design/uiux/prototype/04-AI트렌드분석결과.html @@ -21,10 +21,13 @@