[SHOPTIME-3985] shopLC , ontv4U / Live / scan to shop QR 코드 스캔 불가
[수정사항] 스캔이 잘 안되는 현상이 많아 correctLevel를 최대로 낮춤
This commit is contained in:
@@ -49,7 +49,7 @@ export default function TQRCode({
|
||||
: `${text}&entryMenu=${encodeEntryMenu}&nowMenu=${encodedNowMenu}&idx=${idx}`,
|
||||
width: scaleW(width),
|
||||
height: scaleH(height),
|
||||
correctLevel: window.QRCode.CorrectLevel.Q,
|
||||
correctLevel: window.QRCode.CorrectLevel.L,
|
||||
});
|
||||
}
|
||||
}, [text, deviceInfo, entryMenu, nowMenu]);
|
||||
|
||||
Reference in New Issue
Block a user