Skip to content

Instantly share code, notes, and snippets.

@czy88840616
Last active August 29, 2015 13:56
Show Gist options
  • Save czy88840616/8857539 to your computer and use it in GitHub Desktop.
Save czy88840616/8857539 to your computer and use it in GitHub Desktop.
auth config 整理
{
"autoBind": true,
"stopOnError": false,
"msg": {
"tpl": '<div class="msg {prefixCls}"><p class="{style}">{msg}</p></div>',
"style":{
"success":'attention',
"error":'error'
}
},
"exclude": [],
"rules": {
"required":"此项必填"
}
}
{
"event":"blur",
"rules":{
"card": {
"success":"输入卡号正确",
"error":"卡号必须大于3位"
}
}
}
设计中field的属性基本和auth一样,有层级关系,消息是rule的属性,而消息的样式是field的属性
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment