This commit is contained in:
focp212@naver.com
2025-11-14 17:06:45 +09:00
parent e981d5cf19
commit ff65807d40
5 changed files with 307 additions and 36 deletions

View File

@@ -29,6 +29,7 @@ export const AllTransactionCancelPage = () => {
const { t } = useTranslation();
const location = useLocation();
const userInfo = useStore.getState().UserStore.userInfo;
const userMid = useStore.getState().UserStore.mid;
const tid = location.state.tid;
const serviceCode = location.state.serviceCode;
@@ -73,7 +74,8 @@ export const AllTransactionCancelPage = () => {
const callCancelInfo = () => {
let params: AllTransactionCancelInfoParams = {
serviceCode: serviceCode,
tid: tid
tid: tid,
mid: userMid
};
allTransactionCancelInfo(params).then((rs: AllTransactionCancelInfoResponse) => {
if(rs.debtPreventionCancelDisplayInfo !== null){