格式化代码

This commit is contained in:
wZC
2019-09-12 17:44:47 +08:00
parent 61f45d39a3
commit 1eb1e9d49d
2 changed files with 48 additions and 50 deletions

View File

@@ -116,7 +116,7 @@ function smatrAddress(event) {
//address= event.replace(/\s/g, ''); //去除空格
address = stripscript(address); //过滤特殊字符
console.log(address);
//身份证号匹配
if (IdentityCodeValid(address)) {
smartObj.idCard = address;