bugfix
This commit is contained in:
parent
c0ea3baef1
commit
0ac6c83ead
@ -10,7 +10,8 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"url": "${text}"
|
"url": "${text}"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"wid": "self",
|
"wid": "self",
|
||||||
"event": "recognized",
|
"event": "recognized",
|
||||||
"actiontype": "script",
|
"actiontype": "script",
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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": "密码"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options":{
|
"options": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@ -40,4 +40,3 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user