From 2686c1439708a713fd30e643fdbb59f4c37e665b Mon Sep 17 00:00:00 2001 From: Megghy Date: Wed, 13 Mar 2024 12:06:40 +0800 Subject: [PATCH] fix allpoint display --- src/views/pointViews/PointUserLayout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/pointViews/PointUserLayout.vue b/src/views/pointViews/PointUserLayout.vue index b1df01a..70e63c3 100644 --- a/src/views/pointViews/PointUserLayout.vue +++ b/src/views/pointViews/PointUserLayout.vue @@ -87,6 +87,7 @@ async function getAllPoints() { ) if (data.code == 200) { console.log('[point] 已获取积分') + points.value = data.data return data.data } } catch (err) {