"use strict"; const common_vendor = require("../../common/vendor.js"); const common_assets = require("../../common/assets.js"); const _sfc_main = { data() { return { title: "Hello", Select: true }; }, onLoad() { }, methods: { RealTimePk() { this.Select = true; this.$emit("RealTimePk"); }, MakeAppointmentPK() { this.Select = false; this.$emit("MakeAppointmentPK"); }, screening() { this.$emit("screening"); }, Search() { this.$emit("Search"); } } }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return { a: common_vendor.o((...args) => $options.RealTimePk && $options.RealTimePk(...args)), b: $data.Select ? 1 : "", c: !$data.Select ? 1 : "", d: common_vendor.o((...args) => $options.MakeAppointmentPK && $options.MakeAppointmentPK(...args)), e: !$data.Select ? 1 : "", f: $data.Select ? 1 : "", g: common_vendor.o((...args) => $options.screening && $options.screening(...args)), h: common_vendor.o((...args) => $options.Search && $options.Search(...args)), i: common_assets._imports_0$2 }; } const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ce2f6748"]]); wx.createComponent(Component); //# sourceMappingURL=../../../.sourcemap/mp-weixin/components/topNavigation/topNavigation.js.map