修改
This commit is contained in:
@@ -402,7 +402,7 @@
|
|||||||
students.value.map((item : any) => {
|
students.value.map((item : any) => {
|
||||||
let record = item.segments.map((content : any, index : any) => {
|
let record = item.segments.map((content : any, index : any) => {
|
||||||
return {
|
return {
|
||||||
circle: (index + 1),
|
circle: (index + 1)*segmentDistance.value,
|
||||||
time: content.time
|
time: content.time
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user