...
|
...
|
@@ -62,7 +62,6 @@ export const getPhoneNumber = async (e) => { |
|
|
throw new Error('手机号获取失败,请使用手机号登录');
|
|
|
}
|
|
|
const bindResult = await login.bindMiniAppByAuto(union_id, phoneNumber, countryCode);
|
|
|
console.log(bindResult);
|
|
|
if (bindResult && bindResult.is_register === 0) {
|
|
|
const newUserInfo = {
|
|
|
is_bind: bindResult.is_bind,
|
...
|
...
|
|