- 자금이체 : 이체신청,결과조회 리스트,상세정보 수정

- 부가서비스 엑셀 다운로드 이메일 바텀시트 추가
This commit is contained in:
HyeonJongKim
2025-10-23 13:47:16 +09:00
parent a60b5ba69e
commit fbc910caf9
15 changed files with 293 additions and 181 deletions

View File

@@ -125,7 +125,7 @@ export const FundAccountTransferListWrap = () => {
const getListDateGroup = () => {
let rs = [];
let date = '';
let date = '';
let list = [];
for (let i = 0; i < listItems.length; i++) {
let items = listItems[i];
@@ -137,7 +137,6 @@ export const FundAccountTransferListWrap = () => {
date = registDate;
}
if (date !== registDate) {
date = registDate;
if (list.length > 0) {
rs.push(
<ListDateGroup
@@ -148,6 +147,7 @@ export const FundAccountTransferListWrap = () => {
></ListDateGroup>
);
}
date = registDate;
list = [];
}
list.push(items);