1.
This commit is contained in:
34
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.js
vendored
Normal file
34
unpackage/dist/dev/mp-weixin/components/gqjg-view/gqjg-view.js
vendored
Normal 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
|
||||
Reference in New Issue
Block a user