From 2b4cb2cc88804df0219a39f1a0f10c83a37bb0b2 Mon Sep 17 00:00:00 2001 From: Chopper Date: Tue, 19 Apr 2022 10:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=91=BD=E5=90=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/point/myPoint.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mine/point/myPoint.vue b/pages/mine/point/myPoint.vue index f6df627..4753686 100644 --- a/pages/mine/point/myPoint.vue +++ b/pages/mine/point/myPoint.vue @@ -11,11 +11,11 @@ 累计获得: - {{ pointData.point || 0 }} + {{ pointData.totalPoint || 0 }} - 未使用: - {{ pointData.variablePoint || 0 }} + 剩余积分: + {{ pointData.point || 0 }}