zhengyiming
3 天以前 5499750aabe2251491a979a927e6126dd434d1df
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;
      }