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

26 lines
842 B
JavaScript
Raw Normal View History

"use strict";
const common_vendor = require("../../../common/vendor.js");
2024-10-20 05:16:38 +00:00
const _sfc_main = {
__name: "respectable",
setup(__props) {
const fuzhuang = common_vendor.ref([null, null, null, null, null, null]);
const jump_xuzhi = () => {
common_vendor.index.navigateTo({
url: "../../../pages/booking/BillingOfFees/BillingOfFees"
});
};
return (_ctx, _cache) => {
2024-10-18 14:49:08 +00:00
return {
2024-10-20 05:16:38 +00:00
a: common_vendor.f(fuzhuang.value, (item, index, i0) => {
return {
a: index
};
}),
b: common_vendor.o(jump_xuzhi)
2024-10-18 14:49:08 +00:00
};
2024-10-20 05:16:38 +00:00
};
}
};
2024-11-05 12:08:32 +00:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/respectable/respectable.vue"]]);
wx.createPage(MiniProgramPage);