This commit is contained in:
tamaina 2025-08-26 03:14:12 +09:00
parent f04d6f7a76
commit 7bbbc8718f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ onMounted(() => {
processResult, processResult,
{ {
onDecodeError(err) { onDecodeError(err) {
if (err === 'No QR code found') return; if (err.toString().includes('No QR code found')) return;
if (alertLock.value) return; if (alertLock.value) return;
alertLock.value = true; alertLock.value = true;
os.alert({ os.alert({