wupengfei
3 天以前 4db3e7cf1ebc85f13c1381b9b61e8a1126087a71
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) {