fix
This commit is contained in:
parent
f04d6f7a76
commit
7bbbc8718f
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue