fix(h5-shop): tip unbound WeChat login to use phone first
This commit is contained in:
@@ -1538,7 +1538,7 @@ export class AuthService {
|
||||
});
|
||||
|
||||
if (!account) {
|
||||
throw new BadRequestException('首次登录请使用手机验证码,登录后将自动关联微信');
|
||||
throw new BadRequestException('请先用手机号登录');
|
||||
}
|
||||
|
||||
account = await this.prisma.storeAccount.update({
|
||||
|
||||
Reference in New Issue
Block a user