jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-alipay/pages/booking/BillingOfFees/BillingOfFees.js
2024-12-12 10:17:33 +08:00

20 lines
629 B
JavaScript

"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
__name: "BillingOfFees",
setup(__props) {
const jump_pay = () => {
common_vendor.index.navigateTo({
url: "../../../pages/booking/bookingpay/bookingpay"
});
};
return (_ctx, _cache) => {
return {
a: common_vendor.o(jump_pay)
};
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/BillingOfFees/BillingOfFees.vue"]]);
my.createPage(MiniProgramPage);