wupengfei
3 天以前 9289f5fd30c4cf89845482cb5ec351962dce852a
apps/housekeepingMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -116,9 +116,7 @@
        type: AppLocalConfig.userType,
        enterpriseType: AppLocalConfig.enterpriseType,
      };
      wxMiniAppUserLoginRes.value = await authServices.wxmpLogin(params, {
        getResponse: true,
      });
      wxMiniAppUserLoginRes.value = await authServices.wxmpLogin(params);
      if (wxMiniAppUserLoginRes.value?.isBindPhoneNumber) {
        isAccount.value = true;
      }