24 lines
745 B
JavaScript
24 lines
745 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "booking",
|
|
setup(__props) {
|
|
const item = common_vendor.ref([null, null, null]);
|
|
const goto = () => {
|
|
common_vendor.index.navigateTo({
|
|
url: "/pages/mine/bookings/bookings"
|
|
});
|
|
};
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.o(($event) => goto()),
|
|
b: common_vendor.f(item.value, (i, k0, i0) => {
|
|
return {};
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8f30db34"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/bookings/booking.vue"]]);
|
|
wx.createPage(MiniProgramPage);
|