2024-10-17 05:04:16 +00:00
|
|
|
"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"]]);
|
2024-10-17 05:04:16 +00:00
|
|
|
wx.createPage(MiniProgramPage);
|