🗑️ delete: 删除昵称校验
This commit is contained in:
parent
7244ee23fb
commit
deaf8c7539
|
@ -455,7 +455,6 @@
|
||||||
switch (Number(this.productType)) {
|
switch (Number(this.productType)) {
|
||||||
case 0:
|
case 0:
|
||||||
this.placeholder = "请输入昵称";
|
this.placeholder = "请输入昵称";
|
||||||
regFlag = nameReg;
|
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
regFlag = phoneReg;
|
regFlag = phoneReg;
|
||||||
|
|
|
@ -257,7 +257,6 @@
|
||||||
let regflag = true;
|
let regflag = true;
|
||||||
if (this.productType == 0) {
|
if (this.productType == 0) {
|
||||||
this.placeholder = "请输入昵称";
|
this.placeholder = "请输入昵称";
|
||||||
regflag = namereg;
|
|
||||||
} else if (this.productType == 1) {
|
} else if (this.productType == 1) {
|
||||||
regflag = phonereg;
|
regflag = phonereg;
|
||||||
} else if (this.productType == 2) {
|
} else if (this.productType == 2) {
|
||||||
|
|
Loading…
Reference in New Issue