zhengyiming
4 天以前 ae60b9f1f05873b1de3314eac62f826d30efd96c
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) {