去掉console
This commit is contained in:
@@ -469,9 +469,6 @@ export default {
|
||||
if (!reg.test(this.form.idNumber)) {
|
||||
return this.$toast('请输入正确的身份证账号')
|
||||
}
|
||||
else {
|
||||
console.log('没有生效');
|
||||
}
|
||||
}
|
||||
|
||||
if (!this.form.name) {
|
||||
|
||||
Reference in New Issue
Block a user