fix bug
This commit is contained in:
@ -78,10 +78,8 @@ export class EditSaleComponentsAddComponent implements OnInit {
|
||||
if (str) {
|
||||
console.log(+str);
|
||||
if(+str) {
|
||||
console.log('数字');
|
||||
params.phoneNumber = str
|
||||
} else {
|
||||
console.log('中文');
|
||||
params.name = str
|
||||
}
|
||||
return this.service
|
||||
|
||||
Reference in New Issue
Block a user