From 1323ab5897acabf7193e0b9383c1ccdc39254773 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 4 Mar 2024 16:17:11 +0800 Subject: [PATCH] tadk --- pages/map/map.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/map/map.vue b/pages/map/map.vue index 2cb7302..32eb67c 100644 --- a/pages/map/map.vue +++ b/pages/map/map.vue @@ -54,7 +54,7 @@
+ :percent="(done/5)*100" :striped-active="true"> @@ -114,7 +114,7 @@ async getPoints() { this.pointers = [] const res = await this.$u.api.getPoints() - this.done = res.point_answer_total || 0 + this.done = res.point_answer_total>5?5:res.point_answer_total res.points.map(item => { if (item.name.indexOf("@") > -1) { item.nameArr = item.name.split("@")