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": {
"url": "${text}"
}
}, {
},
{
"wid": "self",
"event": "recognized",
"actiontype": "script",

View File

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

View File

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

View File

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

View File

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