fix bug
This commit is contained in:
parent
305945672e
commit
ccbe888b14
|
@ -117,7 +117,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