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);
}
">
폴피리 2차까지 하고 3차 하러 갔는데 폴피리 response가 없다고 젬아로 바꿨어요
암크기는 더 커졌다하구요
이런 경우도 있을까요ㅠㅠ