mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
update public/vcCore/vcFramework.js.
修复缺少moneyModulus验证 Signed-off-by: whyAlwaysMe1995 <14001890+whyalwaysme1995@user.noreply.gitee.com>
This commit is contained in:
parent
fe9095295e
commit
a8ba8f3ab9
@ -2595,6 +2595,9 @@
|
||||
if (configObj.limit == 'money') {
|
||||
validate.setState(validate.money(tmpDataObj), configObj.errInfo);
|
||||
}
|
||||
if (configObj.limit == 'moneyModulus') {
|
||||
validate.setState(validate.moneyModulus(tmpDataObj), configObj.errInfo);
|
||||
}
|
||||
if (configObj.limit == 'idCard') {
|
||||
validate.setState(validate.idCard(tmpDataObj), configObj.errInfo);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user