扫码JSSDK载入

This commit is contained in:
iqudoo
2026-04-30 15:16:11 +08:00
parent 4a27189ad4
commit 6b27975a45
6 changed files with 28 additions and 18 deletions

View File

@@ -47,7 +47,6 @@ function onScannerKeydown(event) {
if (result) {
stopScannerEvent(event);
}
console.log("onScannerKeydown", result);
clearScannerValue();
if (result && _scannerCallback) {
_scannerCallback(result);