wupengfei
4 天以前 4d76e39a6e648d16a163d920ae495b9593660a73
apps/housekeepingMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -116,7 +116,9 @@
        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;
      }