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 @@
-

AI 트렌드 분석

+
diff --git a/design/uiux/prototype/05-AI경품추천.html b/design/uiux/prototype/05-AI경품추천.html index fee56af..beef800 100644 --- a/design/uiux/prototype/05-AI경품추천.html +++ b/design/uiux/prototype/05-AI경품추천.html @@ -21,10 +21,13 @@
-

AI 경품 추천

+
diff --git a/design/uiux/prototype/06-AI참여방법설계.html b/design/uiux/prototype/06-AI참여방법설계.html index 0274df2..99b7e55 100644 --- a/design/uiux/prototype/06-AI참여방법설계.html +++ b/design/uiux/prototype/06-AI참여방법설계.html @@ -21,10 +21,13 @@
-

AI 참여방법 설계

+
diff --git a/design/uiux/prototype/07-AI홍보문구생성.html b/design/uiux/prototype/07-AI홍보문구생성.html index 460a511..fff4b81 100644 --- a/design/uiux/prototype/07-AI홍보문구생성.html +++ b/design/uiux/prototype/07-AI홍보문구생성.html @@ -21,10 +21,13 @@
-

AI 홍보문구 생성

+
diff --git a/design/uiux/prototype/08-이벤트기획안승인.html b/design/uiux/prototype/08-이벤트기획안승인.html index 0bc15ed..4d1e488 100644 --- a/design/uiux/prototype/08-이벤트기획안승인.html +++ b/design/uiux/prototype/08-이벤트기획안승인.html @@ -22,7 +22,12 @@ arrow_back

이벤트 기획안 승인

-
+