This commit is contained in:
yumoqing 2026-05-18 16:00:42 +08:00
parent c0ea3baef1
commit 0ac6c83ead
8 changed files with 288 additions and 287 deletions

View File

@ -10,7 +10,8 @@
"options": { "options": {
"url": "${text}" "url": "${text}"
} }
}, { },
{
"wid": "self", "wid": "self",
"event": "recognized", "event": "recognized",
"actiontype": "script", "actiontype": "script",

View File

@ -71,11 +71,13 @@
"name": "cell_no", "name": "cell_no",
"label": "手机号", "label": "手机号",
"uitype": "str" "uitype": "str"
},{ },
{
"name": "codeid", "name": "codeid",
"uitype": "hide", "uitype": "hide",
"value": "{{uuid()}}" "value": "{{uuid()}}"
},{ },
{
"name": "check_code", "name": "check_code",
"uitype": "str" "uitype": "str"
} }

View File

@ -20,7 +20,7 @@
"uitype": "password", "uitype": "password",
"datatype": "str", "datatype": "str",
"required": true, "required": true,
"label": "\u5bc6\u7801" "label": "密码"
}, },
{ {
"name": "cfm_password", "name": "cfm_password",
@ -29,7 +29,7 @@
"uitype": "password", "uitype": "password",
"datatype": "str", "datatype": "str",
"required": true, "required": true,
"label": "\u5bc6\u7801" "label": "密码"
} }
] ]
}, },

View File

@ -1,5 +1,4 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options":{ "options": {}
}
} }

View File

@ -40,4 +40,3 @@
} }
] ]
} }