优化页面

This commit is contained in:
pengxiaolong
2025-06-18 22:04:59 +08:00
parent ec9dcb486f
commit b73ddb0370
52 changed files with 268 additions and 140 deletions

View File

@@ -51,7 +51,7 @@ const _sfc_main = {
this.pointslist.push(...res.data);
this.triggered = false;
} else {
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:99", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:101", res.msg);
}
});
},
@@ -68,9 +68,11 @@ if (!Array) {
_component_uni_card();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
return common_vendor.e({
a: common_vendor.o$1((...args) => $options.onBack && $options.onBack(...args)),
b: common_vendor.f($data.pointslist, (item, index, i0) => {
b: $data.pointslist.length != 0
}, $data.pointslist.length != 0 ? {
c: common_vendor.f($data.pointslist, (item, index, i0) => {
return {
a: common_vendor.t(item.info),
b: common_vendor.t(item.status == 0 ? "-" + item.number : "+" + item.number),
@@ -80,10 +82,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
f: "cd2929c5-0-" + i0
};
}),
c: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
d: common_vendor.o$1((...args) => $options.onScrollToLower && $options.onScrollToLower(...args)),
e: $data.triggered
};
d: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
e: common_vendor.o$1((...args) => $options.onScrollToLower && $options.onScrollToLower(...args)),
f: $data.triggered
} : {}, {
g: $data.pointslist.length == 0
}, $data.pointslist.length == 0 ? {} : {});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-cd2929c5"]]);
wx.createPage(MiniProgramPage);