fix: 선택약관관련 수정 250619

This commit is contained in:
djaco
2025-06-19 08:59:10 +09:00
parent eb4f951822
commit 7e67e05aac
27 changed files with 2065 additions and 229 deletions

View File

@@ -17,10 +17,7 @@ const OptionalTermsConfirm = ({ open }) => {
const [isChecked, setIsChecked] = useState(false);
const [isTermsPopupVisible, setIsTermsPopupVisible] = useState(false);
const [isWarningPopupVisible, setIsWarningPopupVisible] = useState(false);
useEffect(() => {
console.log("OptionalTermsTest - in Component Rendered");
}, []);
const optionalTermsData = useSelector((state) =>
state.home.termsData?.data?.terms.find(term => term.trmsTpCd === "MST00405")
@@ -132,10 +129,10 @@ const OptionalTermsConfirm = ({ open }) => {
<TPopUp
kind="introTermsPopup"
open={open}
onClose={handleMainPopupClose}
// onClose={handleMainPopupClose}
spotlightId="optional-terms-test-popup"
className={css.testPopup}
type="none"
// type="fullscreen"
// style={{
// position: 'absolute',
// top: '100px',