修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user