合伙人端验证是否已经绑定手机号,否则不支持微信一键登录

This commit is contained in:
2026-07-12 21:18:10 +08:00
parent b5235dedef
commit 236a2a87a5
7 changed files with 80 additions and 9 deletions
@@ -264,6 +264,7 @@ export class AuthService {
maskedPhone: this.maskPhone(normalizedPhone),
name: account.name,
companyName: primary.companyName,
hasWechat: !!account.wxOpenId,
};
}