import { defineComponent, mergeProps, unref, useSSRContext } from "vue"; import { ssrRenderAttrs, ssrRenderAttr, ssrIncludeBooleanAttr, ssrLooseContain, ssrLooseEqual, ssrRenderList, ssrInterpolate, ssrRenderComponent } from "vue/server-renderer"; import { u as useLeadForm } from "./useLeadForm-hNHTDEhY.js"; import { u as useSeo } from "./useSeo-BkcZp48C.js"; import "../server.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/ofetch/dist/node.mjs"; import "#internal/nuxt/paths"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/hookable/dist/index.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/unctx/dist/index.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/h3/dist/index.mjs"; import "vue-router"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/defu/dist/defu.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/ufo/dist/index.mjs"; import "./v3-eWcT6REp.js"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/@unhead/vue/dist/index.mjs"; const _sfc_main$2 = /* @__PURE__ */ defineComponent({ __name: "DemoForm", __ssrInlineRender: true, setup(__props) { const { form, loading, success, error } = useLeadForm("demo"); const focusAreas = ["政府监管", "医院延续护理", "养老机构上门服务", "社区居家照护", "长护险管理", "其他"]; return (_ctx, _push, _parent, _attrs) => { _push(``); if (!unref(success)) { _push(`
`); if (unref(error)) { _push(`

${ssrInterpolate(unref(error))}

`); } else { _push(``); } _push(`
`); } else { _push(`

提交成功

感谢您的关注,我们将尽快与您联系。

`); } _push(``); }; } }); const _sfc_setup$2 = _sfc_main$2.setup; _sfc_main$2.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/DemoForm.vue"); return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0; }; const _sfc_main$1 = /* @__PURE__ */ defineComponent({ __name: "ContactForm", __ssrInlineRender: true, setup(__props) { const { form, loading, success, error } = useLeadForm("contact"); const coopTypes = ["政府项目", "医院合作", "养老机构合作", "社区服务", "技术合作", "其他"]; return (_ctx, _push, _parent, _attrs) => { _push(``); if (!unref(success)) { _push(`
`); if (unref(error)) { _push(`

${ssrInterpolate(unref(error))}

`); } else { _push(``); } _push(`
`); } else { _push(`

提交成功

感谢您的咨询,我们将尽快与您联系。

`); } _push(``); }; } }); const _sfc_setup$1 = _sfc_main$1.setup; _sfc_main$1.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ContactForm.vue"); return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0; }; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "contact", __ssrInlineRender: true, setup(__props) { useSeo({ title: "联系我们", description: "预约演示、获取方案、合作咨询。填写表单,我们将尽快与您联系。" }); return (_ctx, _push, _parent, _attrs) => { const _component_DemoForm = _sfc_main$2; const _component_ContactForm = _sfc_main$1; _push(`

联系我们

预约演示、获取方案或合作咨询

预约演示

填写表单,我们的产品顾问将在 1 个工作日内与您联系,为您安排专属演示。

`); _push(ssrRenderComponent(_component_DemoForm, null, null, _parent)); _push(`

合作咨询

如果您有政府项目合作、医院对接、机构采购或其他合作需求,请填写下方表单。

`); _push(ssrRenderComponent(_component_ContactForm, null, null, _parent)); _push(`
`); }; } }); const _sfc_setup = _sfc_main.setup; _sfc_main.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("pages/contact.vue"); return _sfc_setup ? _sfc_setup(props, ctx) : void 0; }; export { _sfc_main as default }; //# sourceMappingURL=contact-ERUzdvQx.js.map