From 17463ed6919c092dad3fd1a07e30df64f559ef78 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 4 Jan 2023 15:10:59 +0800 Subject: [PATCH] bug --- project/qianxinan/AppPointsDetails/components/Detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/qianxinan/AppPointsDetails/components/Detail.vue b/project/qianxinan/AppPointsDetails/components/Detail.vue index cd1ee774..c71fc450 100644 --- a/project/qianxinan/AppPointsDetails/components/Detail.vue +++ b/project/qianxinan/AppPointsDetails/components/Detail.vue @@ -9,11 +9,11 @@

积分余额

-

{{ data.nowScore || 0 }}

+

{{ data.score || 0 }}

已用积分

-

{{ data.usedIntegral || 0 }}

+

{{ data.usedScore || 0 }}