fix: IntroPanel.new.jsx 이미지변경,선택약관 팝업 GNB닫혔을때만 작동
This commit is contained in:
@@ -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]);
|
||||
|
||||
// 약관 동의 및 선택 약관 팝업 처리
|
||||
|
||||
Reference in New Issue
Block a user