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

15 lines
428 B
JavaScript
Raw Normal View History

2024-10-20 05:16:38 +00:00
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {
a: common_vendor.f(_ctx.items, (item, index, i0) => {
return {
a: index
};
})
};
}
2024-11-06 12:46:53 +00:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"]]);
2024-10-20 05:16:38 +00:00
wx.createPage(MiniProgramPage);