Browse Source

fix:完善一键登录

“HeShaoZe” 4 months ago
parent
commit
5b0692bd04
1 changed files with 16 additions and 1 deletions
  1. 16 1
      assets/config/ios_quick_login_config.json

+ 16 - 1
assets/config/ios_quick_login_config.json

@@ -89,5 +89,20 @@
   "background": {
   "background": {
     "type": "color",
     "type": "color",
     "color": "#FFFFFF"
     "color": "#FFFFFF"
-  }
+  },
+  "widgets": [
+    {
+      "width": 150,
+      "height": 30,
+      "viewId": "code_login",
+      "type": "TextView",
+      "top": 310,
+      "font": 15,
+      "text": "验证码登录",
+      "textColor": "#202020",
+      "isGravityCenter": true,
+      "clickable": true,
+      "action": "code_login"
+    }
+  ]
 }
 }