bugfix
This commit is contained in:
parent
c0ea3baef1
commit
0ac6c83ead
@ -10,7 +10,8 @@
|
||||
"options": {
|
||||
"url": "${text}"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"wid": "self",
|
||||
"event": "recognized",
|
||||
"actiontype": "script",
|
||||
|
||||
@ -71,11 +71,13 @@
|
||||
"name": "cell_no",
|
||||
"label": "手机号",
|
||||
"uitype": "str"
|
||||
},{
|
||||
},
|
||||
{
|
||||
"name": "codeid",
|
||||
"uitype": "hide",
|
||||
"value": "{{uuid()}}"
|
||||
},{
|
||||
},
|
||||
{
|
||||
"name": "check_code",
|
||||
"uitype": "str"
|
||||
}
|
||||
|
||||
@ -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": "密码"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"options":{
|
||||
}
|
||||
"options": {}
|
||||
}
|
||||
@ -40,4 +40,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user