jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/pages/booking/AppointmentHome.js

20 lines
669 B
JavaScript
Raw Normal View History

2024-10-18 05:33:34 +00:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "AppointmentHome",
setup(__props) {
2024-10-18 07:54:07 +00:00
const goto = () => {
common_vendor.index.navigateTo({
url: "/pages/booking/BillingOfFees/BillingOfFees"
});
};
2024-10-18 05:33:34 +00:00
return (_ctx, _cache) => {
2024-10-18 07:54:07 +00:00
return {
a: common_vendor.o(goto)
};
2024-10-18 05:33:34 +00:00
};
}
});
2024-10-18 07:54:07 +00:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"], ["__file", "D:/微信小程序/jiangchengfeiyi-xiaochengxu/pages/booking/AppointmentHome.vue"]]);
2024-10-18 05:33:34 +00:00
wx.createPage(MiniProgramPage);