fix bug
This commit is contained in:
parent
ccbe888b14
commit
a399142aa8
|
@ -133,7 +133,7 @@ export default function PhonenumLogin() {
|
|||
mobile_phone: mobile_phone,
|
||||
region_code: regionCode,
|
||||
veri_code: value.veri_code,
|
||||
inviter: inviter,
|
||||
inviter: parseInt(inviter, 10),
|
||||
...base,
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue