zhengyiming
3 天以前 3244c36d38913cda0a2fe6ae6c2f0dba785626cd
apps/housekeepingMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -114,8 +114,11 @@
      const params: API.WxmpLoginCommand = {
        code: loginRes.code,
        type: AppLocalConfig.userType,
        enterpriseType: AppLocalConfig.enterpriseType,
      };
      wxMiniAppUserLoginRes.value = await authServices.wxmpLogin(params);
      wxMiniAppUserLoginRes.value = await authServices.wxmpLogin(params, {
        getResponse: true,
      });
      if (wxMiniAppUserLoginRes.value?.isBindPhoneNumber) {
        isAccount.value = true;
      }