签约流程,指纹登录
diff --git a/package.json b/package.json
index e358ecb..5a54e09 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "cordova-plugin-device": "^2.0.2",
     "cordova-plugin-disable-ios11-statusbar": "^1.0.0",
     "cordova-plugin-file": "^6.0.1",
-    "cordova-plugin-fingerprint-aio": "^1.7.0",
+    "cordova-plugin-fingerprint-aio": "3.0.1",
     "cordova-plugin-inappbrowser": "^3.0.0",
     "cordova-plugin-jcore": "^1.3.0",
     "cordova-plugin-qrscanner": "^3.0.1",
@@ -35,9 +35,6 @@
   },
   "cordova": {
     "plugins": {
-      "cordova-plugin-fingerprint-aio": {
-        "FACEID_USAGE_DESCRIPTION": "认证中..."
-      },
       "cordova-plugin-touch-id": {},
       "cordova-plugin-whitelist": {},
       "cordova-plugin-advanced-http": {
@@ -57,7 +54,10 @@
       "cordova-plugin-app-version": {},
       "cordova-plugin-wkwebview-engine": {},
       "cordova-plugin-brightness": {},
-      "cordova-plugin-file": {}
+      "cordova-plugin-file": {},
+      "cordova-plugin-fingerprint-aio": {
+        "FACEID_USAGE_DESCRIPTION": " "
+      }
     },
     "platforms": [
       "android",