From e91ba88b9f790fecdfb33bcdce5e832cd8e1258c Mon Sep 17 00:00:00 2001 From: kron Date: Fri, 3 Oct 2025 11:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PointRecord.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PointRecord.vue b/src/components/PointRecord.vue index bd43e47..037f3a1 100644 --- a/src/components/PointRecord.vue +++ b/src/components/PointRecord.vue @@ -46,7 +46,7 @@ onMounted(() => { {{ data.createAt }} - 黄心率:{{ data.yellowRate * 100 }}% + 黄心率:{{ Number(data.yellowRate * 100) }}% 10环数:{{ data.tenRings }} 平均:{{ data.averageRing }} @@ -70,7 +70,7 @@ onMounted(() => { border-radius: 25rpx; margin-bottom: 25rpx; height: 200rpx; - border: 2rpx solid #FED848; + border: 2rpx solid #fed848; } .container > view { position: relative;