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);