zhengyiming
3 天以前 15385ad1bc0218d4290f159e0c7fd82eef243d66
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;
      }