Files
tk-mini-program/unpackage/dist/dev/mp-weixin/components/topNavigation/topNavigation.js
pengxiaolong f4901f1312 优化页面
2025-06-05 23:50:08 +08:00

42 lines
1.1 KiB
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.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 : ""
};
}
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