From bb716694b5589265763bdb8a9be27a92b8f30000 Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 14 Jan 2022 18:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=8C=97=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=20=E5=8A=A8=E5=8A=9B=E7=BD=91=E6=A0=BC=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index a07a1671..5089af17 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -244,7 +244,7 @@ export default { if (code === 0) { this.tb1.list = data.map((item) => { - return [{ type: "index" }, item.name, item.scroe]; + return [{ type: "index" }, item.name, item.score]; }); this.tb1.srcList = data; } else { @@ -303,8 +303,7 @@ export default { { type: "index" }, item.userName, item.gridName, - //item.pointTotal, - item.score, + item.pointTotal, ]; }); this.tb3.srcList = data;