This commit is contained in:
Ls
2026-07-10 09:06:31 +08:00
parent d020483461
commit fb9a622a56

View File

@@ -402,7 +402,7 @@
students.value.map((item : any) => {
let record = item.segments.map((content : any, index : any) => {
return {
circle: (index + 1),
circle: (index + 1)*segmentDistance.value,
time: content.time
}
})