[checkout] 금일까지 작업되어있는 부분 업로드
This commit is contained in:
@@ -9,6 +9,9 @@ import THeader from "../../components/THeader/THeader";
|
||||
import TPanel from "../../components/TPanel/TPanel";
|
||||
import TScroller from "../../components/TScroller/TScroller";
|
||||
import css from "./CheckOutPanel.module.less";
|
||||
import CheckoutQRCode from "./components/CheckoutQRCode";
|
||||
import CheckOutTerms from "./components/CheckOutTerms";
|
||||
import PinCode from "./components/PinCode";
|
||||
import InformationContainer from "./container/InformationContainer";
|
||||
import SummaryContainer from "./container/SummaryCotainer";
|
||||
|
||||
@@ -18,7 +21,7 @@ export default function CheckOutPanel() {
|
||||
(state) => state.common.appStatus.loginUserData
|
||||
);
|
||||
const checkoutData = useSelector((state) => state.checkout?.checkoutData);
|
||||
console.log("###shippingAddressList", checkoutData);
|
||||
const testData = useSelector((state) => state);
|
||||
useEffect(() => {
|
||||
dispatch(
|
||||
getMyInfoCheckoutInfo({
|
||||
@@ -50,13 +53,15 @@ export default function CheckOutPanel() {
|
||||
onBackButton
|
||||
onClick={onBackClick}
|
||||
/>
|
||||
|
||||
<div className={css.Wrap}>
|
||||
<SummaryContainer userInfo={userInfo} />
|
||||
<InformationContainer checkoutData={checkoutData} />
|
||||
</div>
|
||||
<CheckoutQRCode open={false} />
|
||||
</TBody>
|
||||
</TPanel>
|
||||
{/* <CheckOutTerms /> 약관부분 */}
|
||||
{/* <PinCode /> */}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user