main
xy 2 years ago
parent 62a20d3e3c
commit b9edb15078

@ -149,8 +149,8 @@ export default {
this.done = res.point_answer_total || 0
this.pointers = res.points?.map((i, index) => {
return {
d: convertToEquivalentAngle(53 * index + 1),
...i
...i,
d: convertToEquivalentAngle((i.jiaodu && Number(i.jiaodu)) ? Number(i.jiaodu) : 0),
}
})
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Loading…
Cancel
Save