32 lines
1012 B
JavaScript
32 lines
1012 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
if (!Math) {
|
|
(common_vendor.unref(JyCommonHead) + common_vendor.unref(JyBalanceItem))();
|
|
}
|
|
const JyCommonHead = () => "../../../components/public/jy-common-head/index.js";
|
|
const JyBalanceItem = () => "../balance/components/jy-balance-item/index.js";
|
|
const _sfc_main = {
|
|
__name: "index",
|
|
setup(__props) {
|
|
common_vendor.onReachBottom(() => {
|
|
console.log("====================================");
|
|
console.log("加载到底了通知刷新");
|
|
console.log("====================================");
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
title: "明细"
|
|
}),
|
|
b: common_vendor.f(2, (item, index, i0) => {
|
|
return {
|
|
a: "8220ae7f-1-" + i0
|
|
};
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8220ae7f"]]);
|
|
wx.createPage(MiniProgramPage);
|