解决安卓扫码问题
diff --git a/package.json b/package.json
index 4ca4c6f..649c3ea 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "com.supwisdom.dlapp",
   "displayName": "大理市民卡",
-  "version": "1.0.0",
+  "version": "1.0.3",
   "description": "A sample Apache Cordova application that responds to the deviceready event.",
   "main": "index.js",
   "scripts": {
@@ -17,6 +17,7 @@
     "cordova-browser": "^6.0.0",
     "cordova-ios": "^5.0.1",
     "cordova-plugin-advanced-http": "^2.1.1",
+    "cordova-plugin-app-version": "^0.1.9",
     "cordova-plugin-camera": "^4.0.3",
     "cordova-plugin-device": "^2.0.2",
     "cordova-plugin-disable-ios11-statusbar": "^1.0.0",
@@ -28,6 +29,7 @@
     "cordova-plugin-statusbar": "^2.4.2",
     "cordova-plugin-themeablebrowser": "^0.2.18",
     "cordova-plugin-touch-id": "^3.4.0",
+    "cordova-plugin-wkwebview-engine": "^1.2.1",
     "jpush-phonegap-plugin": "^3.7.2"
   },
   "cordova": {
@@ -48,9 +50,11 @@
       "cordova-plugin-device": {},
       "cordova-plugin-themeablebrowser": {},
       "jpush-phonegap-plugin": {
-        "APP_KEY": "bd22b85f247a6e2ca307d3c5",
+        "APP_KEY": "d644d997f2cab0551ff704a3",
         "CHANNEL": "developer-default"
-      }
+      },
+      "cordova-plugin-app-version": {},
+      "cordova-plugin-wkwebview-engine": {}
     },
     "platforms": [
       "android",