This commit is contained in:
zw199166
2026-01-22 14:34:38 +08:00
parent 6ee8ce42ed
commit 1f3a3ca8bb
234 changed files with 5534 additions and 2395 deletions

View File

@@ -0,0 +1,34 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
name: "gqjg-view",
data() {
return {};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.f(4, (item, index, i0) => {
return {
a: index % 2 == 0 ? "/pagesStock/static/icon/upArrow.png" : "/pagesStock/static/icon/downArrow.png",
b: index % 2 == 0 ? 1 : ""
};
}),
b: common_vendor.f(4, (item, index, i0) => {
return {};
}),
c: common_vendor.f(10, (item, index, i0) => {
return {
a: index % 2 == 1 ? 1 : ""
};
}),
d: common_vendor.f(10, (item, index, i0) => {
return {
a: index % 2 == 1 ? 1 : ""
};
})
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/gqjg-view/gqjg-view.js.map