From e0363a845e22d629c3990e0f6f8dbff047c6de33 Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Sat, 13 Jun 2026 00:15:43 +0800 Subject: [PATCH] fix: add space before K in points formatting --- src/pages/PointsMallPage/components/PointsMallH5Products.tsx | 2 +- src/pages/PointsMallPage/components/PointsMallH5Top.tsx | 2 +- src/pages/PointsMallPage/components/PointsMallPageWeb.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/PointsMallPage/components/PointsMallH5Products.tsx b/src/pages/PointsMallPage/components/PointsMallH5Products.tsx index 05757ff..b3517f6 100644 --- a/src/pages/PointsMallPage/components/PointsMallH5Products.tsx +++ b/src/pages/PointsMallPage/components/PointsMallH5Products.tsx @@ -95,7 +95,7 @@ export default function PointsMallH5Products({ logic }: Props) {
- {p.pointsPrice >= 1000 ? `${(p.pointsPrice / 1000).toFixed(1)}K` : Number(p.pointsPrice).toLocaleString()} + {p.pointsPrice >= 1000 ? `${(p.pointsPrice / 1000).toFixed(1)} K` : Number(p.pointsPrice).toLocaleString()} Token