From f8999ef0be6d86910b30dca3bada560830e6f69d Mon Sep 17 00:00:00 2001
From: taoya7 <569781231@qq.com>
Date: Mon, 11 Sep 2023 11:58:32 +0800
Subject: [PATCH] feat: kotlin version
---
config.xml | 5 +++++
www/index.html | 1 +
2 files changed, 6 insertions(+)
diff --git a/config.xml b/config.xml
index cb5b615..73b9fc7 100644
--- a/config.xml
+++ b/config.xml
@@ -16,4 +16,9 @@
+
+
+
+
+
diff --git a/www/index.html b/www/index.html
index 04b1257..a67288b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -118,6 +118,7 @@
scanCode() {
cordova.plugins.barcodeScanner.scan(
function (result) {
+ console.log("扫码结果", result);
try {
if (result.text) {
alert(result.text);