10.13 修改时间筛选逻辑,去掉分时图线上圆圈展示,修改K线图颜色

This commit is contained in:
尚政杰
2025-10-13 16:48:21 +08:00
parent bf2388c3ec
commit b53bb9715e
93 changed files with 736 additions and 352 deletions

View File

@@ -507,7 +507,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
b: tindex
};
}),
g: "2cf1ca64-0-" + i0,
g: "3bfa752c-0-" + i0,
h: common_vendor.p({
source: $data.replaceAnswerLabel(item.description)
}),
@@ -517,7 +517,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.t(citem.name),
b: common_vendor.t(citem.score * 100),
c: "2cf1ca64-1-" + i0 + "-" + i1,
c: "3bfa752c-1-" + i0 + "-" + i1,
d: common_vendor.p({
position: citem.score,
range: [270, 630],
@@ -583,7 +583,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
});
}),
M: common_vendor.s("margin-top:" + $data.navH + "px;"),
N: common_vendor.sr("popup", "2cf1ca64-2"),
N: common_vendor.sr("popup", "3bfa752c-2"),
O: common_vendor.p({
type: "top"
})