19 lines
676 B
JavaScript
19 lines
676 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {};
|
|
function _sfc_render(_ctx, _cache) {
|
|
return {
|
|
a: common_vendor.f(66, (v, i, i0) => {
|
|
return {
|
|
a: i
|
|
};
|
|
}),
|
|
b: common_vendor.o((...args) => _ctx.upper && _ctx.upper(...args)),
|
|
c: common_vendor.o((...args) => _ctx.lower && _ctx.lower(...args)),
|
|
d: common_vendor.o((...args) => _ctx.scroll && _ctx.scroll(...args))
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Warehouse/procurement.js.map
|