상품 디테일페이지 QR/Text 초단위 롤링 적용
This commit is contained in:
@@ -30,7 +30,6 @@ export default function TQRCode({
|
||||
qrcodeRef.current.removeChild(qrcodeRef.current.firstChild);
|
||||
}
|
||||
}
|
||||
|
||||
// nowMenu 데이터를 Base64로 인코딩
|
||||
const encodedNowMenu = encodeURIComponent(nowMenu);
|
||||
const encodeEntryMenu = encodeURIComponent(entryMenu);
|
||||
|
||||
Reference in New Issue
Block a user