个股中心
This commit is contained in:
@@ -105,14 +105,16 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
c: common_vendor.f($data.bkList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.title),
|
||||
b: common_vendor.o(($event) => $data.activeIndex = index, index),
|
||||
c: index,
|
||||
d: $data.activeIndex == index ? "#2B2B2B" : "#999999",
|
||||
e: $data.activeIndex == index ? "1rpx solid #F2C369" : "none",
|
||||
f: $data.activeIndex == index ? "28rpx" : "26rpx"
|
||||
b: "tab-" + index,
|
||||
c: common_vendor.o(($event) => $data.activeIndex = index, index),
|
||||
d: index,
|
||||
e: $data.activeIndex == index ? "#2B2B2B" : "#999999",
|
||||
f: $data.activeIndex == index ? "1rpx solid #F2C369" : "none",
|
||||
g: $data.activeIndex == index ? "28rpx" : "26rpx"
|
||||
};
|
||||
}),
|
||||
d: common_vendor.f($data.bkFilters, (item, index, i0) => {
|
||||
d: "tab-" + $data.activeIndex,
|
||||
e: common_vendor.f($data.bkFilters, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: common_vendor.o(($event) => $data.filterIndex = index, index),
|
||||
@@ -122,20 +124,20 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
f: index
|
||||
};
|
||||
}),
|
||||
e: common_vendor.f(["名称", "涨幅", "连板", "板块"], (item, index, i0) => {
|
||||
f: common_vendor.f(["名称", "涨幅", "连板", "板块"], (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index,
|
||||
c: index == 0 ? "left" : "center"
|
||||
};
|
||||
}),
|
||||
f: common_vendor.f(30, (item, index, i0) => {
|
||||
g: common_vendor.f(30, (item, index, i0) => {
|
||||
return {
|
||||
a: index % 2 == 0 ? "#fff" : "#FAFAFC"
|
||||
};
|
||||
}),
|
||||
g: common_assets._imports_1$10,
|
||||
h: common_vendor.s("top:" + $data.contentTop + "px;")
|
||||
h: common_assets._imports_1$10,
|
||||
i: common_vendor.s("top:" + $data.contentTop + "px;")
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user