fix: IntroPanel.new.jsx 이미지변경,선택약관 팝업 GNB닫혔을때만 작동

This commit is contained in:
djaco
2025-06-19 13:03:58 +09:00
parent 0528175457
commit 8b30bdd563
7 changed files with 35 additions and 21 deletions

View File

@@ -191,7 +191,7 @@ function AppBase(props) {
// dispatch(
// pushPanel({ name: Config.panel_names.INTRO_PANEL, panelInfo: {} })
// );
// }, 1500);
// }, 1000);
// return () => clearTimeout(timer);
// }, [dispatch]);
@@ -393,7 +393,7 @@ function AppBase(props) {
// setTimeout(() => {
// console.log("App.js optionalTermsTest 팝업 표시");
// dispatch(setShowPopup({ activePopup: "optionalTermsConfirmBottom" }));
// }, 3000);
// }, 1000);
// }, [dispatch]);
// 약관 동의 및 선택 약관 팝업 처리