가맹점관리 등록현황

This commit is contained in:
focp212@naver.com
2025-09-18 16:03:02 +09:00
parent 3c542851dd
commit a4506ccfbc
7 changed files with 326 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react';
import { useMerchantMidMutation } from '../api/use-merchant-mid-mutation';
import { BusinessInfoWrap } from './info-wrap/business-info-wrap';
import { ManagerInfoWrap } from './info-wrap/manager-info-wrap';
import { AccountInfoWrap } from './info-wrap/account-info-wrap';
import {
InfoWrapKeys,
MerchantMidParams,
@@ -27,7 +27,7 @@ export const InfoWrap = () => {
};
useEffect(() => {
callInfo();
// callInfo();
}, []);
return (
@@ -75,7 +75,9 @@ export const InfoWrap = () => {
setOpenChild={ setOpenChild }
></ManagerInfoWrap>
<div className="info-divider mb-16"></div>
<AccountInfoWrap
data={ data }
></AccountInfoWrap>
<div className="notice-bottom left-align">
<p className="notice-tip"> .<br/>PC .</p>
</div>