46 lines
1.4 KiB
JavaScript
46 lines
1.4 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const common_assets = require("../../common/assets.js");
|
|
const _sfc_main = {
|
|
data() {
|
|
return {
|
|
title: "Hello",
|
|
Select: false
|
|
};
|
|
},
|
|
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$1((...args) => $options.MakeAppointmentPK && $options.MakeAppointmentPK(...args)),
|
|
b: !$data.Select ? 1 : "",
|
|
c: $data.Select ? 1 : "",
|
|
d: common_vendor.o$1((...args) => $options.RealTimePk && $options.RealTimePk(...args)),
|
|
e: $data.Select ? 1 : "",
|
|
f: !$data.Select ? 1 : "",
|
|
g: common_vendor.o$1((...args) => $options.screening && $options.screening(...args)),
|
|
h: common_vendor.o$1((...args) => $options.Search && $options.Search(...args)),
|
|
i: common_assets._imports_0$3
|
|
};
|
|
}
|
|
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
|