o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
조회되서 나온 계좌금액이
내가 원스톱서비스를 신청했던 그 시점에 딱 남아있는 계좌금액이 보이는건가요?
조회된 금액이랑 실제 찾을때 금액이 혹시 다를까봐서요.
해보신분 답변 부탁드릴게요~~