zhengyiming
3 天以前 0e2cd06ac9a66da506a23002799cf2a398ff7c4c
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;
      }