diff --git a/pages/map/map.vue b/pages/map/map.vue index 05f01ec..08d9de0 100644 --- a/pages/map/map.vue +++ b/pages/map/map.vue @@ -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), } }) } diff --git a/static/qrcode.png b/static/qrcode.png index c1c2118..67f7ed7 100644 Binary files a/static/qrcode.png and b/static/qrcode.png differ