wupengfei
4 天以前 10a362ccff15a7efd7cc1b242790b0243f623951
apps/housekeepingMiniApp/src/subpackages/login/authorization/authorization.vue
@@ -114,6 +114,7 @@
      const params: API.WxmpLoginCommand = {
        code: loginRes.code,
        type: AppLocalConfig.userType,
        enterpriseType: AppLocalConfig.enterpriseType,
      };
      wxMiniAppUserLoginRes.value = await authServices.wxmpLogin(params);
      if (wxMiniAppUserLoginRes.value?.isBindPhoneNumber) {