wupengfei
2 天以前 9d7d85f93b9e0b752d79559f5caac31fd2f00c82
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) {