2024-10-17 05:04:16 +00:00
|
|
|
"use strict";
|
|
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
|
|
const _sfc_main = {};
|
|
|
|
function _sfc_render(_ctx, _cache) {
|
2024-10-18 14:49:08 +00:00
|
|
|
return {
|
|
|
|
a: common_vendor.f(_ctx.items, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: index
|
|
|
|
};
|
|
|
|
})
|
|
|
|
};
|
2024-10-17 05:04:16 +00:00
|
|
|
}
|
2024-10-18 14:49:08 +00:00
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-cad4fb76"]]);
|
2024-10-17 05:04:16 +00:00
|
|
|
wx.createPage(MiniProgramPage);
|