@@ -89,5 +89,20 @@
"background": {
"type": "color",
"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"
+ }
+ ]
}