去掉console

This commit is contained in:
shijingjing
2022-11-25 16:42:55 +08:00
parent 75af293c60
commit b213baf57a

View File

@@ -469,9 +469,6 @@ export default {
if (!reg.test(this.form.idNumber)) {
return this.$toast('请输入正确的身份证账号')
}
else {
console.log('没有生效');
}
}
if (!this.form.name) {